[][src]Function gobble::repeater::sep

pub fn sep<A: Parser, B: Parser>(a: A, b: B) -> SepStar<A, B>
👎 Deprecated since 0.5.0:

use sep_star instead