You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
Increased type-infering functions to all possible event permutations
With the stricter type inference on the convenience event function,
it is trivial to determine the quantity of parameters present
in a function type.
With the arity of the function type, we can determine which Event class
must be generated entirely based on type inference. This is a huge
benefit to the value of the convenience event functions and removes
any lingering limitations on the event function usage.
0 commit comments