Zippable

besom.internal.Zippable$
See theZippable companion trait
object Zippable extends ZippableLowPrio

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Zippable.type

Members list

Givens

Givens

given append[A <: Tuple, B]: Zippable[A, B] { type Out = Append[A, B]; }

Inherited givens

given pair[A, B]: Zippable[A, B] { type Out = (A, B); }

Attributes

Inherited from:
ZippableLowPrio