1 2 3 4 5 6 7
# nyarray small vector types. use [`crate::array::Array`] for a stack-allocated vector, and use [`crate::smol::SmolVec`] for a stack-allocated vector that can switch to heap allocation.