FunIter type
Direct parent types
- Iter
Iterator. Parent type for all specific iterator types. Direct subtypes: 7
- Eachable1
Eachable which each() calls the callback with one argument Direct subtypes: 16
Methods
- Bool(i:FunIter) Source: autoload/Iter.ngs:220
EXPERIMENTAL! Do not use!
- init(i:FunIter, f:Fun) Source: autoload/Iter.ngs:193
Undocumented
- next(i:FunIter) Source: autoload/Iter.ngs:208
EXPERIMENTAL! Do not use!
- peek(i:FunIter) Source: autoload/Iter.ngs:215
EXPERIMENTAL! Do not use!