Next: , Previous: , Up: Top   [Index]


22 Iteration thunks

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).