Invocable.isVarArgs

Checks if this element accepts variable arguments.

interface Invocable
@property const
bool
isVarArgs
()

Return Value

Type: bool

true if the element accepts varargs.

Meta