Module generic_array::sequence 
source · Expand description
Useful traits for manipulating sequences of data stored in GenericArrays
Traits§
- DefinesGenericSequences which can be joined together, forming a larger array.
- Defines some sequence with an associated length and iteration capabilities.
- Defines anyGenericSequencewhich can be lengthened or extended by appending or prepending an element to it.
- Defines aGenericSequencewhich can be shortened by removing the first or last element from it.
- Defines aGenericSequencethat can be split into two parts at a given pivot index.
Type Aliases§
- Accessor forGenericSequenceitem type, which is reallyIntoIterator::Item