Module slice

Source
Expand description

Extensions for slices of vectors.

Structs§

Overlapping
Wrapper for indexing into overlapping vectors.
OverlappingMut
Wrapper for indexing into overlapping mutable vectors.
RefMut
Wrapper for producing a mutable reference from an unaligned pointer.

Traits§

Slice
A slice of scalars.
SliceExt
A slice of scalars, supporting all vector widths.