W3cubDocs

/Haxe Python

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

inline toArray ():Array<T>

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