Methods

peekΒΆ

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().
Source: autoload/Iter.ngs:182

Returns

Any