Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created August 5, 2018 19:50
Show Gist options
  • Save vialyx/e575e8c3300e3df9311aa42c5a1b3259 to your computer and use it in GitHub Desktop.
Save vialyx/e575e8c3300e3df9311aa42c5a1b3259 to your computer and use it in GitHub Desktop.
func patch(user: @autoclosure () -> User) {
// statement
}
patch(user: "Maxim")
patch { "Mike" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment