Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created June 18, 2019 01:47
Show Gist options
  • Select an option

  • Save AppleCEO/1ce0d884027a60435b98f08d587a6280 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/1ce0d884027a60435b98f08d587a6280 to your computer and use it in GitHub Desktop.
Generic example 1
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