peek multimethod

Methods

peek(i:FilterIter)
EXPERIMENTAL! Do not use!
peek(i:FunIter)
EXPERIMENTAL! Do not use!
peek(i:ConstIter)
Return the constant iterator value.
peek(i:ArrIter)
Preview value of the next element of the array iterated over. Does not affect internal pointer which means it does not affect of value returned by next().

Returns

Any
peek(i:HashIter)
Preview key-value of the next pair of the hash iterated over. Does not affect internal pointer which means it does not affect of value returned by next().

Returns

Any