Macro term_table::row

source ยท
macro_rules! row {
    [ $($x:expr),* ] => { ... };
    [ $($x:expr,)* ] => { ... };
}