Available on crate features
collections and cons only.Modules§
Structs§
- Cons
Branch - 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.