Skip to content

Instantly share code, notes, and snippets.

@sunshinejr
Created May 20, 2016 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunshinejr/853ce3a76ab773d4df1481209a7cdfed to your computer and use it in GitHub Desktop.
Save sunshinejr/853ce3a76ab773d4df1481209a7cdfed to your computer and use it in GitHub Desktop.
struct LazyType {
lazy var soomethingLazy: String = {
return "Test lazy instance method"
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment