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§
- Grid
- A statically sized 2-dimensional array
Type Aliases§
- Square
Grid - A statically sized 2-dimensional array with equal width and height