Swap

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

Create empty Swap