Zip

trait Zip[In1, In2]
Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type Out

Value members

Abstract methods

def unzip(out: Out): (In1, In2)
def zip(in1: In1, in2: In2): Out