macro_rules! parse_context {
([$n:expr; $i:expr; $marker:expr; $T:ty]) => { ... };
}
Expand description
Returns the context from the current mark to the input position inclusive.
Invoked with no arguments: parse_context!()
macro_rules! parse_context {
([$n:expr; $i:expr; $marker:expr; $T:ty]) => { ... };
}
Returns the context from the current mark to the input position inclusive.
Invoked with no arguments: parse_context!()