SLIST_HEAD.SLIST_HEAD

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

Meta