Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created May 27, 2019 07:01
Show Gist options
  • Save AppleCEO/5ff0e300d512f868bf0d2f41d0091664 to your computer and use it in GitHub Desktop.
Save AppleCEO/5ff0e300d512f868bf0d2f41d0091664 to your computer and use it in GitHub Desktop.
Memberwise Initializers Example
struct TV {
var channel: Int = 1
}
var tv = TV(channel: 15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment