new_with_array

Function new_with_array 

Source
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.