Created
June 18, 2019 01:47
-
-
Save AppleCEO/1ce0d884027a60435b98f08d587a6280 to your computer and use it in GitHub Desktop.
Generic example 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
| func **<T> (lhs: T, rhs: T) -> T where T: Multipleiable { | |
| return lhs * rhs | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment