Module functional
Functional programming with generic sequences
Please see tests/generics.rs for examples of how to best use these in your generic functions.
Traits
- FunctionalSequence Defines functional programming methods for generic sequences
-
MappedGenericSequence
Defines the relationship between one generic sequence and another,
for operations such as
mapandzip.
Type Aliases
- MappedSequence Accessor type for a mapped generic sequence