Next: lists, Previous: comparators, Up: Top [Index]
The library (vicare containers iteration-thunks)
implements some
iteration methods over collections of objects. An iteration thunk
is a thunk that returns the next object from an iteration over a
compound object; when no more objects are available, it returns the
sentinel object ((vicare-scheme)The sentinel object).
• iteration thunks common: | Iterators for common objects. | |
• iteration thunks folding: | Folding over iterators. | |
• iteration thunks mapping: | Mapping iterators. | |
• iteration thunks searching: | Searching with iterators. | |
• iteration thunks filtering: | Filtering with iterators. |