Expand description
A bunch of traits and functions for working with sequences.
Modules§
- prelude
- Useful functions exported by
tool::sequence.
Traits§
- Cons
- A sequence that can be represented as a cons cell.
- Empty
- A sequence with no items.
- First
- A sequence with a first item.
- Pair
- A sequence with two items.
- Second
- A sequence with a second item.
- Singleton
- A sequence with one item.
- Third
- A sequence with a third item.
- Triple
- A sequence with three items.