copy

fun copy(returnType: Type = VoidType, argumentTypes: List<Pair<Type, Boolean>> = listOf( NumberType to true, NumberType to true, BoolType to false ), varargs: Boolean = false): ArrayType.Swap