Created
April 7, 2021 05:50
-
-
Save barefeettom/f477926860d32a417e5b734d5e48d988 to your computer and use it in GitHub Desktop.
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
/// 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