Skip to content

Instantly share code, notes, and snippets.

@oisdk
Created November 22, 2015 17:53
Show Gist options
  • Save oisdk/0bb04fb02cb9c1c02796 to your computer and use it in GitHub Desktop.
Save oisdk/0bb04fb02cb9c1c02796 to your computer and use it in GitHub Desktop.
func myFunc(i: Int, @noescape f: Int -> Int = {$0}) -> Int {
return f(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment