[Solved] Why am i getting this error (swift 2.2, dealing with func and named parameters)? [closed]
From the Swift 2.x documentation: Local and External Parameter Names for Methods Function parameters can have both a local name (for use within the function’s body) and an external name (for use when calling the function), as described in Specifying External Parameter Names. The same is true for method parameters, because methods are just functions … Read more