Created
September 16, 2015 01:24
-
-
Save kevints/db5425aa917d59b7a25d to your computer and use it in GitHub Desktop.
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 Example { | |
1: required i32 requiredNum | |
2: optional i32 optionalNum | |
3: i32 defaultNum | |
4: i32 defaultedNum = -1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment