In the function below, what are this and toThat examples of?
this
toThat
func add(this x: Int, toThat y: Int) { }
Argument labels
None of these answers
Local terms
Parameters names Reference: The Swift Programming Language: Language Guide: Functions