Created
August 5, 2018 19:50
-
-
Save vialyx/e575e8c3300e3df9311aa42c5a1b3259 to your computer and use it in GitHub Desktop.
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
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