nn_list

extern (C) @nogc nothrow nothrow @nogc
struct nn_list {
nn_list_item* first;
nn_list_item* last;
}