Created
October 3, 2016 15:41
-
-
Save sodastsai/3ccaef2364f6d2087d8e58d9d7ddf202 to your computer and use it in GitHub Desktop.
Argument labels in Swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct String { | |
mutating func append(_ c: Character) | |
mutating func append(_ other: String) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment