dplug ~master (2025-01-07T15:22:33Z)
Home
Dub
Repo
RingBufferNoGC.capacity
dplug
core
ringbuf
RingBufferNoGC
struct
RingBufferNoGC
(T)
pure const nothrow @
nogc
size_t
capacity
(
)
Return Value
Type:
size_t
maximum number of items in the queue.
Meta
Source
See Implementation
dplug
core
ringbuf
RingBufferNoGC
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
isFull
length
opApply
opIndex
opOpAssign
popBack
popFront
pushBack
pushFront
postblits
this(this)