DQueryOverload

Members

Aliases

arity
alias arity = Arity

Returns the arity of the overload.

parameters
alias parameters = ParamTypes

Returns the parameter types of the overload.

returnType
alias returnType = ReturnType

Returns the return type of the overload.

Properties

opCall
auto opCall [@property getter]

Returns an uninitialized value of the overload's type.

Meta