Skip to content

Instantly share code, notes, and snippets.

@ShawonAshraf
Created July 3, 2019 14:30
Show Gist options
  • Select an option

  • Save ShawonAshraf/e6c9203698bcc8c52e699975ba5ff6d6 to your computer and use it in GitHub Desktop.

Select an option

Save ShawonAshraf/e6c9203698bcc8c52e699975ba5ff6d6 to your computer and use it in GitHub Desktop.
swift-associated-type-generic 4
protocol Adder {
associatedtype Number
func add(a: Number, b: Number) -> Number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment