pub(crate) type GridTrackVec<A> = Vec<A>;
A vector of grid tracks
struct GridTrackVec<A> { /* private fields */ }