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.
pub const fn array_storage<T, const N: usize>() -> ArrayStorage<T, N>Create a new array storage buffer for type T and maximum capacity N.