Method.discriminatorCode

Undocumented in source.
struct Method(string Mptr, R, string id, FunctionAttribute functionAttributes_, T...)
enum discriminatorCode = `openmethods.%s %s(openmethods.MethodTag, %s); `.format(This.stringof, name, Params.stringof[1 .. $ - 1]);

Meta