dyaml.queue

Members

Structs

Queue
struct Queue(T)

Simple queue implemented as a singly linked list with a tail pointer.

Meta