Method

Undocumented in source.

Members

Aliases

Params
alias Params = CallParams!T
Undocumented in source.
QualParams
alias QualParams = T
Undocumented in source.
ReturnType
alias ReturnType = R
Undocumented in source.
Spec
alias Spec = R function(Params)
Undocumented in source.
Word
alias Word = Runtime.Word
Undocumented in source.

Classes

Specialization
class Specialization(alias fun)
Undocumented in source.

Static functions

ambiguousCallError
R ambiguousCallError(T )
Undocumented in source. Be warned that the author may not have intended to support it.
discriminator
Method discriminator(MethodTag , CallParams!T )
Undocumented in source.
dispatcher
auto dispatcher(CallParams!T args)
Undocumented in source. Be warned that the author may not have intended to support it.
notImplementedError
R notImplementedError(T )
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

info
Runtime.MethodInfo info;
Undocumented in source.
nextPtr
Spec nextPtr(T...);
Undocumented in source.

Templates

Indexer
template Indexer(Q...)
Undocumented in source.

Meta