next multimethod
Methods
- next(i:MapIter)
EXPERIMENTAL! Do not use!
- next(i:FilterIter)
EXPERIMENTAL! Do not use!
- next(i:FunIter)
EXPERIMENTAL! Do not use!
- next(i:ConstIter)
Return the constant iterator value.
- next(i:RangeIter)
Return next item in range.
- next(i:ArrIter)
Get value of the next element of the array iterated over. Returns
Any
- next(i:HashIter)
Get next key-value of the hash iterated over. Returns
Any