dplug v6.0.22
Dub
Repo
RingBufferNoGC.this
dplug
core
ringbuf
RingBufferNoGC
Create a RingBuffer with specified initial capacity.
struct
RingBufferNoGC
(T)
nothrow @
nogc
this
(
size_t
initialCapacity
)
Meta
Source
See Implementation
dplug
core
ringbuf
RingBufferNoGC
constructors
this
functions
back
capacity
clear
front
length
opIndex
popBack
popFront
pushBack
pushFront
Create a RingBuffer with specified initial capacity.