TAILQ_ENTRY.TAILQ_ENTRY

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template TAILQ_ENTRY(string type)
extern (C) nothrow @nogc
enum TAILQ_ENTRY = "struct { " ~ type ~ "* tqe_next; /* next element */ " ~ type ~ "** tqe_prev; /* address of previous next element */ }";

Meta