[][src]Function gobble::repeater::plus_until_ig

pub fn plus_until_ig<A: Parser, B: Parser>(
    a: A,
    b: B
) -> impl Parser<Out = Vec<A::Out>>