Crate nth_cons_list

Source
Expand description

An immutable cons list designed to be easily and cheaply sharable through cloning.

Structs§

Iter
An iterator over a list.
List
An immutable cons list.

Functions§

cons
Prepends the specified element at the head of the specified list.
nil
Returns the empty list.