macro_rules! span {
($start_ln:expr, $start_col:expr, $end_ln:expr, $end_col:expr) => { ... };
}
Expand description
A helper span macro accepting start line and column and end line and column. All numbers are 1-based
macro_rules! span {
($start_ln:expr, $start_col:expr, $end_ln:expr, $end_col:expr) => { ... };
}
A helper span macro accepting start line and column and end line and column. All numbers are 1-based