[][src]Function bogobble::repeater::sep_star

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