macro_rules! range { ($start_line:expr ; $start_char:expr , $end_line:expr ; $end_char:expr) => { ... }; ($start_line:expr ; $start_char:expr) => { ... }; ($start:expr , $end:expr) => { ... }; ($pos:expr) => { ... }; }
Expand description
Range
を簡単に生成するためのマクロ