Created
July 3, 2019 14:26
-
-
Save ShawonAshraf/63a0f6c98f354b6e229a8556fad0c5e7 to your computer and use it in GitHub Desktop.
swift-associated-type-generic 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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