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