Last active
December 17, 2017 15:50
-
-
Save kmkrn/e05e54ab2eaee280ac44895967c7d618 to your computer and use it in GitHub Desktop.
Creating a simple mirror object
This file contains 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 husky = SiberianHusky() | |
let huskyMirror = Mirror(reflecting: husky) | |
//output: Mirror for SiberianHusky |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment