The Reflect API is a way to manipulate values dynamically through an abstract interface in an untyped manner. Use with care.
See also:
Static methods
staticmakeVarArgs<T>(f:Array<Dynamic> ‑> T):Dynamic
Transform a function taking an array of arguments into a function that can be called with any number of arguments.