SymPair

extern (C)
struct SymPair {
SymPair* next;
Symbol* sym;
ulong count;
}
Suggestion Box / Bug Report