nyarray
small vector types.
use [crate::array::Array] for a stack-allocated vector, and use [crate::switch::SwitchVec] for a stack-allocated vector that can switch to heap allocation.
small vector types.
use [crate::array::Array] for a stack-allocated vector, and use [crate::switch::SwitchVec] for a stack-allocated vector that can switch to heap allocation.