XSIMPLEQ_ENTRY.XSIMPLEQ_ENTRY

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

Meta