zip<L, R> static method

Conveyor<Both<L, R>, Tuple2<L, R>> zip<L, R>()

Implementation

static Conveyor<Both<L, R>, Tuple2<L, R>> zip<L, R>() => zipWith(tuple2);