Lists
Factor handbook » The language » Collections

Prev:Sets
Next:Disjoint sets


The lists vocabulary implements linked lists. There are simple strict linked lists, but a generic list protocol allows the implementation of lazy lists as well.
Image The list protocol
Image Constructing strict lists
Image Manipulating lists
Image Combinators for lists

Image Lazy lists