Type Alias BoxedGrid2D

Source
pub type BoxedGrid2D<T, const SIZE: usize> = Grid2D<T, Boxed, SIZE>;
Available on crate feature alloc only.
Expand description

A Grid2D stored in the heap.

Aliased Typeยง

pub struct BoxedGrid2D<T, const SIZE: usize> { /* private fields */ }