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

pub fn repeat_until<A: Parser, B: Parser>(a: A, b: B) -> StarUntil<A, B>
👎 Deprecated since 0.5.2:

use star_until instead

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