macro_rules! location {
(+ $offset:literal) => { ... };
}
Expand description
Creates a ListLocation
for the current location (with an additional offset to the actual list start);
macro_rules! location {
(+ $offset:literal) => { ... };
}
Creates a ListLocation
for the current location (with an additional offset to the actual list start);