pub fn new_with_array<T, const S: usize>() -> MemoryStorage<T, SlotArray<T, S>>Expand description
Create a MemoryStorage instance using an array as storage.
pub fn new_with_array<T, const S: usize>() -> MemoryStorage<T, SlotArray<T, S>>Create a MemoryStorage instance using an array as storage.