macro_rules! grid {
() => { ... };
($($row:expr),+ $(,)?) => { ... };
}Expand description
Constructs a Grid from textual rows using Grid::try_from_rows.
macro_rules! grid {
() => { ... };
($($row:expr),+ $(,)?) => { ... };
}Constructs a Grid from textual rows using Grid::try_from_rows.