pub type NeighborFuncParser<CellDataType> = dyn Fn(&GridDataType<CellDataType>, usize) -> NeighborType<'_, CellDataType>;
Expand description

NeighborFuncParser is the function that returns the neighborhood of a cell