static_table

Macro static_table 

Source
macro_rules! static_table {
    ($($line:expr)*) => { ... };
}
Expand description

Build a static table.

ยงExample

static_table!(
    "|--|--|"
    "|XX|XY|"
    "|--|--|"
)