package python
Available on pythonThis type represents python
*args
feature, supporting passing arbitrary number of arguments to a function.Example:
function f(args:VarArgs<Int>) {} f([1, 2, 3]);
inline toArray ():Array<T>
static inline toArray ():Array<T>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/VarArgs.html