emreozdil / Swift-Daily-Tips

:octocat: Daily Tips from Swift World
MIT License
1.38k stars 79 forks source link

Add Generic Functions #46

Closed emreozdil closed 5 years ago

emreozdil commented 5 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

KarimEbrahemAbdelaziz commented 5 years ago

You could add this in the swap function rather then temp variable way to swap. (a, b) = (b, a)

emreozdil commented 5 years ago

You could add this in the swap function rather than temp variable way to swap. (a, b) = (b, a)

Nice tip, we can add it as a new tip :)

KarimEbrahemAbdelaziz commented 5 years ago

Nice I will add it now ✌️👍