Skip to content

Instantly share code, notes, and snippets.

@ncreated
Created August 11, 2017 22:17
Show Gist options
  • Save ncreated/7c0db612a57ac468dc4be9cf63419634 to your computer and use it in GitHub Desktop.
Save ncreated/7c0db612a57ac468dc4be9cf63419634 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
enum ToggleValue {
case initial(Bool)
case updated(Bool)
case fallback(Bool)
case unknown(Error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment