Expand description
Holds const helpers for arrays and slices.
Functions§
- fill_
const - Fills the given slice with the given, copyable value.
- from_
be_ ⚠const_ u32 - Converts slice with offset to a big-endian u32.
- from_
le_ ⚠const_ u64 - Converts slice with offset to a little-endian u64.
- subslice_
const ⚠ - A const variant of
&slice[range]. - subslice_
mut_ ⚠const - A const variant of
&mut slice[range].