Convenient type level function that takes a unary type constructorF[_] and returns a binary type constructor that tuples its parameters and passes them toF.
Convenient type level function that takes a unary type constructorF[_] and returns a binary type constructor that tuples its parameters and passes them toF.
Tupled[F]#Ap is equivalent to({ type Ap[X, +Y] = F[(X, Y)] })#Ap.
[Since version 2.13.16]AnyRefMap is deprecated