Module lexpr::cons

source ·
Expand description

List “cons cell” data type and accompanying iterator types.

Structs

  • A Lisp “cons cell”.
  • An iterator consuming a chain of cons cells.
  • An iterator over a chain of cons cells.
  • An iterator yielding the car field of a chain of cons cells.