Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ShawonAshraf/70f388a8734737508cff01ebe5fcb124 to your computer and use it in GitHub Desktop.
swift-associated-type-generic 6
func add(a: Double, b: Double) -> Double {
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment