next multimethod
Methods
- next(i:MapIter) Source: autoload/Iter.ngs:116
- EXPERIMENTAL! Do not use!
- next(i:FilterIter) Source: autoload/Iter.ngs:158
- EXPERIMENTAL! Do not use!
- next(i:FunIter) Source: autoload/Iter.ngs:208
- EXPERIMENTAL! Do not use!
- next(i:ConstIter) Source: autoload/Iter.ngs:228
- Return the constant iterator value.
- next(i:RangeIter) Source: autoload/Iter.ngs:256
- Return next item in range.
- next(i:ArrIter) Source: autoload/Iter.ngs:311
- Get value of the next element of the array iterated over.
- next(i:HashIter) Source: autoload/Iter.ngs:351
- Get next key-value of the hash iterated over.