👎Deprecated: please upgrade to generic-array 1.x
Expand description
Functional programming with generic sequences
Please see tests/generics.rs
for examples of how to best use these in your generic functions.
Traits§
- Functional
Sequence Deprecated - Defines functional programming methods for generic sequences
- Mapped
Generic Sequence Deprecated - Defines the relationship between one generic sequence and another,
for operations such as
map
andzip
.
Type Aliases§
- Mapped
Sequence Deprecated - Accessor type for a mapped generic sequence