M3FuncType

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc @system nothrow
struct M3FuncType {}

Members

Variables

next
M3FuncType* next;
Undocumented in source.
numArgs
ushort numArgs;
Undocumented in source.
numRets
ushort numRets;
Undocumented in source.
types
ubyte[0] types;
Undocumented in source.

Meta