Module tool::sequence::prelude
[−]
[src]
Useful functions exported by tool::sequence.
Functions
| first |
Get the first element of a sequence with at least one element. |
| second |
Get the second element of a sequence with at least to elements |
| third |
Get the third element of a sequence with at least three elements. |
| uncons |
Split a sequence of at least one item into a head and tail. |