Method.specRegistrar

Undocumented in source.
struct Method(alias module_, string name, int index)
static
template specRegistrar (
alias Spec
) {}

Members

Aliases

SpecParams
alias SpecParams = std.traits.Parameters!Spec
Undocumented in source.

Static functions

register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

si
openmethods.Runtime.SpecInfo si;
Undocumented in source.

Meta