Zip

object Zip
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Zip.type

Type members

Types

type Of[F1[_, _, _, _, _], F2[_, _, _, _, _]] = { type λ = [I, E, O, SI, SO] =>> Zip[F1, F2, I, E, O, SI, SO]; }

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror