TypeFunction.isDstyleVariadic

Check for extern (D) U func(T t, ...) variadic function type, which has _arguments[] added as the first argument.

class TypeFunction
const pure nothrow
bool
isDstyleVariadic
()

Return Value

Type: bool

true if D-style variadic

Suggestion Box / Bug Report