Skip to content

Instantly share code, notes, and snippets.

@rizumita
Created September 30, 2017 13:21
Show Gist options
  • Save rizumita/2313caa6793b283e24f8389057b57239 to your computer and use it in GitHub Desktop.
Save rizumita/2313caa6793b283e24f8389057b57239 to your computer and use it in GitHub Desktop.
func operation(_ sub1: () -> (), _ sub2: () -> ()) {
sub1()
sub2()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment