Function array_storage

Source
pub const fn array_storage<T, const N: usize>() -> ArrayStorage<T, N>
Expand description

Create a new array storage buffer for type T and maximum capacity N.