Last active
May 31, 2019 16:20
-
-
Save hsleedevelop/aa3a6afd9c4d34efb3be54f96fb7dd03 to your computer and use it in GitHub Desktop.
capture list assign
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
| lazy var greeting : String = { [unowned unownedSelf = self] in | |
| return “Hello \(unownedSelf.name)” | |
| }() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment