Azoy / Sword

Discord library for Swift
https://azoy.github.io/Sword
MIT License
179 stars 52 forks source link

Switch event system to use tuples instead of varargs #17

Closed TellowKrinkle closed 7 years ago

TellowKrinkle commented 7 years ago

This switches the event system from passing values as a varargs (Any...) to a single Any argument (which can be a tuple to pass multiple values).

Pros:

Cons:

Azoy commented 7 years ago

Me gusta