nn_queue

extern (C) @nogc nothrow nothrow @nogc
struct nn_queue {
nn_queue_item* head;
nn_queue_item* tail;
}