PtrRef

version(COMPILE)
extern (C++) nothrow @safe
struct PtrRef {
Symbol* sym;
uint offset;
}
Suggestion Box / Bug Report