Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ShawonAshraf/1769306fdcf0d271ffecd787a4c829ab to your computer and use it in GitHub Desktop.
swift-associated-type-generic 5
class DoubleAdder: Adder {
typealias Number = Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment