nn_queue

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_queue {}

Members

Variables

head
nn_queue_item* head;
Undocumented in source.
tail
nn_queue_item* tail;
Undocumented in source.

Meta