vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
FixedRingBuffer.dispose
index
vibe
utils
array
FixedRingBuffer
Resets the capacity to zero and explicitly frees the memory for the buffer.
struct
FixedRingBuffer
(T, size_t N = 0, bool INITIALIZE = true)
static if
(
N == 0
)
void
dispose
(
)
Meta
Source
See Implementation
index
vibe
utils
array
FixedRingBuffer
aliases
put
putN
constructors
this
functions
clear
dispose
opApply
opDollar
opIndex
opSlice
peek
peekDst
popBack
popBackN
popFront
popFrontN
putBack
putBackN
putFront
read
removeAt
properties
back
capacity
empty
freeSpace
front
full
length
structs
Range
Resets the capacity to zero and explicitly frees the memory for the buffer.