Macro pear::parse_context[][src]

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!()