copy

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