- RBT_INITIALIZER
_HEAD RBT_INITIALIZER(_HAED* _head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RB_INIT
void RB_INIT(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RB_INITIALIZER
ROOT RB_INITIALIZER(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SPLAY_INIT
void SPLAY_INIT(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SPLAY_INITIALIZER
ROOT SPLAY_INITIALIZER(ROOT* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_check
int _rb_check(const(.rb_type)* , void* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_find
void* _rb_find(const(.rb_type)* , .rb_tree* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_insert
void* _rb_insert(const(.rb_type)* , .rb_tree* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_left
void* _rb_left(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_max
void* _rb_max(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_min
void* _rb_min(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_next
void* _rb_next(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_nfind
void* _rb_nfind(const(.rb_type)* , .rb_tree* , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_parent
void* _rb_parent(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_poison
void _rb_poison(const(.rb_type)* , void* , core.stdc.config.c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_prev
void* _rb_prev(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_remove
void* _rb_remove(const(.rb_type)* , .rb_tree* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_right
void* _rb_right(const(.rb_type)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_root
void* _rb_root(const(.rb_type)* , .rb_tree* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_set_left
void _rb_set_left(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_set_parent
void _rb_set_parent(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _rb_set_right
void _rb_set_right(const(.rb_type)* , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.