Crate static_array2d
source ·Expand description
static_array2d provides an interface for 2d slices.
It differs from array2d
and array2ds
by using the stack
instead of the heap through rust’s constant generics.
Structs
- A statically sized 2-dimensional array
Type Definitions
- A statically sized 2-dimensional array with equal width and height