SIMPLEQ_ENTRY.SIMPLEQ_ENTRY

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

Meta