Module sequence

Module sequence 

Source
👎Deprecated: please upgrade to generic-array 1.x
Expand description

Useful traits for manipulating sequences of data stored in GenericArrays

Traits§

ConcatDeprecated
Defines GenericSequences which can be joined together, forming a larger array.
GenericSequenceDeprecated
Defines some sequence with an associated length and iteration capabilities.
LengthenDeprecated
Defines any GenericSequence which can be lengthened or extended by appending or prepending an element to it.
ShortenDeprecated
Defines a GenericSequence which can be shortened by removing the first or last element from it.
SplitDeprecated
Defines a GenericSequence that can be split into two parts at a given pivot index.

Type Aliases§

SequenceItemDeprecated
Accessor for GenericSequence item type, which is really IntoIterator::Item