Companion

object Companion

Functions

Link copied to clipboard
fun concatenatingAnd(firstTupleType: A_Type, secondTupleType: A_Type): A_Type

Construct a lazy concatenated tuple type object to represent the type that is the concatenation of the two tuple types. Make the objects be immutable, because the new type represents the concatenation of the objects at the time it was built.