Module random_access_sequence

Source

Structs§

SequenceSubrange
A subrange adapter of a collection of scalars.
SequenceSubrangeMut
A subrange adapter of a mutable collection of scalars.

Traits§

RandomAccessSequence
A trait for a collection that allows indexed access by value. This trait is used to abstract over different types of collections - scalar slices, slices of packed field elements including subranges of collections.
RandomAccessSequenceMut
A trait for a mutable access to a collection of scalars.