Macrosยง
- index_
fixed - Slices (via the Index trait & operation) into fixed size arrays
- index_
fixed_ get slice::get
andslice::get_mut
, but return anOption<&[T;N]>
orOption<&mut [T;N]>
slice::get
and slice::get_mut
, but return an Option<&[T;N]>
or Option<&mut [T;N]>