Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 17, 2018 19:04
Show Gist options
  • Save vialyx/3607590850eeeb5e3a64dd7fca1b1305 to your computer and use it in GitHub Desktop.
Save vialyx/3607590850eeeb5e3a64dd7fca1b1305 to your computer and use it in GitHub Desktop.
func someFunction<T: SomeClass, U: SomeProtocol>(someT: T, someU: U) {
// function body goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment