Created
April 2, 2017 07:46
-
-
Save kateinoigakukun/4386857bbbfdedd6cf0a9d2b82fee90f to your computer and use it in GitHub Desktop.
へ~ #CodePiece
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
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