[][src]Function gobble::tuple::first

pub fn first<A: Parser<AV>, B: Parser<BV>, AV, BV>(
    a: A,
    b: B
) -> impl Parser<AV>