Module sequence
Useful traits for manipulating sequences of data stored in GenericArrays
Traits
-
Concat
Defines
GenericSequences which can be joined together, forming a larger array. - GenericSequence Defines some sequence with an associated length and iteration capabilities.
-
Lengthen
Defines any
GenericSequencewhich can be lengthened or extended by appending or prepending an element to it. -
Shorten
Defines a
GenericSequencewhich can be shortened by removing the first or last element from it. -
Split
Defines a
GenericSequencethat can be split into two parts at a given pivot index.
Type Aliases
-
SequenceItem
Accessor for
GenericSequenceitem type, which is reallyIntoIterator::Item