Module pack_array

Source
Expand description

Cast Vec<T> to/from Vec<[T; N]> (or its reference) without copying.

Traitsยง

PackArrayAPI
PackableArrayAPI
UnpackArrayAPI