Skip to content

Instantly share code, notes, and snippets.

@kateinoigakukun
Created April 2, 2017 07:46
Show Gist options
  • Save kateinoigakukun/4386857bbbfdedd6cf0a9d2b82fee90f to your computer and use it in GitHub Desktop.
Save kateinoigakukun/4386857bbbfdedd6cf0a9d2b82fee90f to your computer and use it in GitHub Desktop.
へ~ #CodePiece
enum Fruit {
case peach0
....
case peach253
case peach254
case peach255
case peach256
}
MemoryLayout<Fruit>.size // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment