nom::separated_pair! [] [src]

macro_rules! separated_pair {
    ($i:expr, $submac:ident!( $($args:tt)* ), $($rest:tt)+) => { ... };
    ($i:expr, $f:expr, $($rest:tt)+) => { ... };
}

separated_pair(X,sep,Y) returns (x,y)