Skip to content

Instantly share code, notes, and snippets.

@sodastsai
Created October 3, 2016 15:41
Show Gist options
  • Save sodastsai/3ccaef2364f6d2087d8e58d9d7ddf202 to your computer and use it in GitHub Desktop.
Save sodastsai/3ccaef2364f6d2087d8e58d9d7ddf202 to your computer and use it in GitHub Desktop.
Argument labels in Swift
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