Expand description
Data types and their corresponding implementations.
Re-exports§
pub use self::endomorphism::Endomorphism;
pub use self::pair::Pair;
pub use self::solo::Solo;
Modules§
- arc_fn
- endomorphism
- Implementations for
Endomorphism
, a wrapper for endomorphisms (functions from a type to itself) that enables monoidal operations. - option
- Implementations for
Option
. - pair
- Implementations for
Pair
, a type that wraps two values. - rc_fn
- result
- Implementations for
Result
. - solo
- Implementations for
Solo
, a type that wraps a value. - string
- Implementations for
String
. - vec
- Implementations for
Vec
.