Available on python
This type represents python *args feature, supporting passing arbitrary number of arguments to a function.
*args
Example:
function f(args:VarArgs<Int>) {} f([1, 2, 3]);
@:tostaticinlinetoArray(this:Dynamic):Array<T>