Macro location

Source
macro_rules! location {
    (+ $offset:literal) => { ... };
}
Expand description

Creates a ListLocation for the current location (with an additional offset to the actual list start);