nn_list_item

@nogc nothrow extern (C) @system nothrow @nogc
struct nn_list_item {}

Members

Variables

next
nn_list_item* next;
Undocumented in source.
prev
nn_list_item* prev;
Undocumented in source.

Meta