Last active
May 31, 2018 15:21
-
-
Save KaneCheshire/92771fd3819677fae2c61e3750d6a0d0 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
let settings = Settings() | |
var value: Bool = settings[keyPath: \Settings.prefersFahrenheit] | |
settings[keyPath: \Settings.prefersFahrenheit] = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment