[−][src]Module lexpr::cons
List "cons cell" data type and accompanying iterator types.
Structs
Cons | A Lisp "cons cell". |
IntoIter | An iterator consuming a chain of cons cells. |
Iter | An iterator over a chain of cons cells. |
ListIter | An iterator yielding the |