Queue.capacity

Reports the capacity of the queue

struct Queue(Type, ushort MaxSize)
enum capacity = MaxSize;

Meta