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(f:Array<Dynamic> ‑> Dynamic):Dynamic
staticmakeVarArgs(f:Array<Dynamic> ‑> Void):Dynamic
Transform a function taking an array of arguments into a function that can be called with any number of arguments.