[][src]Function gobble::repeater::repeat_until

pub fn repeat_until<A: Parser, B: Parser>(a: A, b: B) -> RepUntil<A, B>

Repeats the first parser until the second parser. returns a vec of the first parsers results