Delegate.DgMembers

Defines the delegate layout as defined in the D ABI

union Delegate(FT)
struct DgMembers {
void* ptr;
FT funcptr;
}

Meta