RB_ENTRY.RB_ENTRY

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template RB_ENTRY(string type)
extern (C) nothrow @nogc
enum RB_ENTRY = "struct { " ~ type ~ "* rbe_left; /* left element */ " ~ type ~ "* rbe_right; /* right element */ " ~ type ~ "* rbe_parent; /* parent element */ int rbe_color; /* node color */ }";

Meta