GoLang WeakMap::current

request it (334)
GoLang replacement for PHP's WeakMap::current [edit | history]



Do you know a GoLang replacement for PHP's WeakMap::current? Write it!

PHP WeakMap::current

PHP original manual for WeakMap::current [ show | php.net ]

WeakMap::current

(PECL weakref >= 0.2.0)

WeakMap::currentReturns the current value under iteration

Description

public mixed WeakMap::current ( void )

Returns the current value being iterated on in the map.

Parameters

This function has no parameters.

Return Values

The value currently being iterated on.