nn_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) @system nothrow @nogc
struct nn_list {}

Members

Variables

first
nn_list_item* first;
Undocumented in source.
last
nn_list_item* last;
Undocumented in source.

Meta