TAILQ_HEAD.TAILQ_HEAD

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template TAILQ_HEAD(string name, string type)
extern (C) nothrow @nogc
enum TAILQ_HEAD = "struct " ~ name ~ " { " ~ type ~ "* tqh_first; /* first element */ " ~ type ~ "** tqh_last; /* addr of last next element */ }";

Meta