Expand description
The common prelude.
Traits
- Represents a type that you can apply arbitrary functions to.
- Allows to chain free functions into method call chains.
- Offers methods to construct a primitive
T
from a slice ofU
primitives. - Offers methods to split a primitive
T
into a slice ofU
primitives. - Extension trait providing additional methods for
Option
. - Extension trait providing additional methods for
Result
. - Extension trait providing additional methods for slices
[T]
. - Extension trait providing additional exclusive methods for slices
[T]
.