Type Alias GridTrackVec

Source
pub(crate) type GridTrackVec<A> = Vec<A>;
Expand description

A vector of grid tracks

Aliased Typeยง

pub(crate) struct GridTrackVec<A> { /* private fields */ }