Macro q
macro_rules! q {
($i:expr, $x:expr) => { ... };
}Expand description
Nom combinator that returns the given expression unchanged
macro_rules! q {
($i:expr, $x:expr) => { ... };
}Nom combinator that returns the given expression unchanged