PtrRef

nothrow @safe
struct PtrRef {
Symbol* sym;
uint offset;
}

Meta