Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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