[][src]Function gobble::repeater::sep_star

pub fn sep_star<A: Parser, B: Parser>(a: A, b: B) -> SepStar<A, B>