How to disambiguate functions with differences only in parameter names in Swift
Swift Evolution proposal SE-0021 addressed this by allowing moveThing(_:toLeft:)
to disambiguate these functions, and it is implemented in Swift 2.2.
Swift Evolution proposal SE-0021 addressed this by allowing moveThing(_:toLeft:)
to disambiguate these functions, and it is implemented in Swift 2.2.