👎Deprecated: please upgrade to generic-array 1.x
Expand description
Useful traits for manipulating sequences of data stored in GenericArray
s
Traits§
- Concat
Deprecated - Defines
GenericSequence
s which can be joined together, forming a larger array. - Generic
Sequence Deprecated - Defines some sequence with an associated length and iteration capabilities.
- Lengthen
Deprecated - Defines any
GenericSequence
which can be lengthened or extended by appending or prepending an element to it. - Shorten
Deprecated - Defines a
GenericSequence
which can be shortened by removing the first or last element from it. - Split
Deprecated - Defines a
GenericSequence
that can be split into two parts at a given pivot index.
Type Aliases§
- Sequence
Item Deprecated - Accessor for
GenericSequence
item type, which is reallyIntoIterator::Item