Skip to content

Instantly share code, notes, and snippets.

@saoudrizwan
Last active February 11, 2017 03:25
Show Gist options
  • Save saoudrizwan/8f7de6e2f6b426095aa219978cb9e8d5 to your computer and use it in GitHub Desktop.
Save saoudrizwan/8f7de6e2f6b426095aa219978cb9e8d5 to your computer and use it in GitHub Desktop.
func doSomething(closure: () throws -> String) rethrows -> String {
return try closure()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment