Functions§
- new⚠
- Allocates
[T; N]
on the heap and initializes its entries toinitial
. - new_
default ⚠ - Allocates
[T; N]
on the heap and initializes its entries toT::default()
. - new_
uninit ⚠ - Allocates
[T; N]
on the heap.
[T; N]
on the heap and initializes its entries to initial
.[T; N]
on the heap and initializes its entries to T::default()
.[T; N]
on the heap.