Skip to content

Instantly share code, notes, and snippets.

@ezura
Created July 10, 2017 13:50
Show Gist options
  • Save ezura/ea168a38698959ad86d944cf7f09e421 to your computer and use it in GitHub Desktop.
Save ezura/ea168a38698959ad86d944cf7f09e421 to your computer and use it in GitHub Desktop.
寝る前にこの感動コードを投下しよう(゚ω゚) #swift #CodePiece
enum E<T: ExpressibleByIntegerLiteral>: T where T: Equatable {
case a = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment