VarArgs<T>(Dynamic)

package python

Available on python

This type represents python *args feature, supporting passing arbitrary number of arguments to a function.

Example:

function f(args:VarArgs<Int>) {}
f([1, 2, 3]);

Methods

inlinetoArray():Array<T>

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/VarArgs.html