Skip to content

Instantly share code, notes, and snippets.

@kevints
Created September 16, 2015 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevints/db5425aa917d59b7a25d to your computer and use it in GitHub Desktop.
Save kevints/db5425aa917d59b7a25d to your computer and use it in GitHub Desktop.
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