Crate heap_arr

Source

Functions§

new
Allocates [T; N] on the heap and initializes its entries to initial.
new_default
Allocates [T; N] on the heap and initializes its entries to T::default().
new_uninit
Allocates [T; N] on the heap.