stb_dupe
extern (C) @nogc nothrow
struct stb_dupe {
}
Members
- dupes
void*** dupes;
Undocumented in source.
- eq
stb_compare_func eq;
Undocumented in source.
- hash
stb_hash_func hash;
Undocumented in source.
- hash_shift
int hash_shift;
Undocumented in source.
- hash_size
int hash_size;
Undocumented in source.
- hash_table
void*** hash_table;
Undocumented in source.
- ineq
stb_compare_func ineq;
Undocumented in source.
- population
int population;
Undocumented in source.
- size_log2
int size_log2;
Undocumented in source.
stb binding
aliasesenumsfunctionsstatic variablesstructs