Created
May 27, 2019 06:47
-
-
Save AppleCEO/be7a2a2550d4ec72adfbe20df29734b6 to your computer and use it in GitHub Desktop.
Default Initializers Example
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 TV { | |
| var channel: Int = 1 | |
| } | |
| var tv = TV() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment