Closed barisyild closed 1 year ago
Example use of feature:
class Test { static function main() { rest("Haxe", "is", "great", "!"); } static function rest(...restArray:String) { for(restParam in restArray) { trace(restParam); } } }
https://try.haxe.org/#2AbB16cb
Example use of feature:
https://try.haxe.org/#2AbB16cb