Module functional

Module functional 

Source
👎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§

FunctionalSequenceDeprecated
Defines functional programming methods for generic sequences
MappedGenericSequenceDeprecated
Defines the relationship between one generic sequence and another, for operations such as map and zip.

Type Aliases§

MappedSequenceDeprecated
Accessor type for a mapped generic sequence