Module cons

Module cons 

Source
Available on crate features collections and cons only.

Modules§

tree

Structs§

ConsBranch
A references counted, linked list implemented similar to a cons list. This type is useful as an list of immutable items with cheap, shallow cloning, that can share nodes with other instances.