Skip to content

Instantly share code, notes, and snippets.

@kmkrn
Last active December 17, 2017 15:51
Show Gist options
  • Save kmkrn/7a93aee08b6e7b04639612e60ea440ab to your computer and use it in GitHub Desktop.
Save kmkrn/7a93aee08b6e7b04639612e60ea440ab to your computer and use it in GitHub Desktop.
for case let (label?, value) in huskyMirror.children {
print(label, value)
}
//prints:
//breedName Husky
//size 3
//health 4
//adaptability 3
//intelligence 3
//dogType sled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment