Skip to content

Instantly share code, notes, and snippets.

@hsleedevelop
Last active May 31, 2019 16:20
Show Gist options
  • Select an option

  • Save hsleedevelop/aa3a6afd9c4d34efb3be54f96fb7dd03 to your computer and use it in GitHub Desktop.

Select an option

Save hsleedevelop/aa3a6afd9c4d34efb3be54f96fb7dd03 to your computer and use it in GitHub Desktop.
capture list assign
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