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
To reduce the number of overload function and avoid dynamic type like in like in here, it's best to use union type feature like in Typescript when it's ready.
Using union type open possibility to use Invoke instead of DynamicInvoke which can cause performance boost.
The text was updated successfully, but these errors were encountered:
To reduce the number of overload function and avoid dynamic type like in like in here, it's best to use union type feature like in Typescript when it's ready.
Using union type open possibility to use
Invoke
instead ofDynamicInvoke
which can cause performance boost.The text was updated successfully, but these errors were encountered: