Type Definition aoc_2016_day_24::model::SeenGrid

source ·
pub type SeenGrid = GridBuf<Vec<bool>, Pos, 2>;