Class Function.Placeholder.Splice

Inheritance graph
Base Function.Placeholder.Splice
Description

Splice(from) adds all arguments starting with argument number from, optionally ending with end. Equivalent to args[from .. end]


Inherit Base

inherit Base : Base


Variable from
Variable end

int Function.Placeholder.Splice.from
void|int Function.Placeholder.Splice.end


Method create

Function.Placeholder.Splice Function.Placeholder.Splice(int from, void|int end)