Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Created April 7, 2021 05:50
Show Gist options
  • Save barefeettom/f477926860d32a417e5b734d5e48d988 to your computer and use it in GitHub Desktop.
Save barefeettom/f477926860d32a417e5b734d5e48d988 to your computer and use it in GitHub Desktop.
/// Measurement system, such as metric, imperial.
enum System {
case metric
case imperial
}
extension System: FetchValue {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment