Skip to main content

grid

Macro grid 

Source
macro_rules! grid {
    () => { ... };
    ($($row:expr),+ $(,)?) => { ... };
}
Expand description

Constructs a Grid from textual rows using Grid::try_from_rows.