Type Definition aoc_2016_day_24::model::TilesGrid

source ·
pub type TilesGrid = GridBuf<Vec<Tile>, Pos, 2>;