Skip to content

Instantly share code, notes, and snippets.

@polac24
Last active August 26, 2017 16:47
Show Gist options
  • Save polac24/24fc363d5d0f96440561f80a28a4058c to your computer and use it in GitHub Desktop.
Save polac24/24fc363d5d0f96440561f80a28a4058c to your computer and use it in GitHub Desktop.
enum BestEnum: String{
case myCase = "my_case"
case otherCase = "other_case"
}
BestENum.allCases // [.myCase, .otherCase]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment