LockedQueue.capacity

struct LockedQueue(T)
public const nothrow @nogc
size_t
capacity
()

Return Value

Type: size_t

Capacity of the locked queue.

Meta