table

Macro table 

Source
macro_rules! table {
    (head: $head:expr, body: $body:expr $(,)? ) => { ... };
}