LIST

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) nothrow @nogc
struct LIST {}

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

count
int count;
Undocumented in source.
next
LIST* next;
Undocumented in source.

Meta