macro_rules! row_gap { (initial) => { ... }; (inherit) => { ... }; (unset) => { ... }; (normal) => { ... }; ($($val : tt) +) => { ... }; }