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
NOTE: The variable arguments array must be of type object[] and must be decorated with the params attribute.
NOTE: Currently, only varargs of type int, bool and float are supported. If someone needs support for other types, they should raise an issue.
NOTE: I've only added support in the "fast natives" variant of native objects. This means this will ONLY work in hosted mode, not in muli-process mode. I didn't want to put time into implementing this feature in multi-process mode because this mode is deprecated.
Example:
No description provided.
The text was updated successfully, but these errors were encountered: