vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
FixedRingBuffer.opApply
index
vibe
utils
array
FixedRingBuffer
iterate through elements with index
int
opApply
(int delegate(ref T itm) @(safe) del)
int
opApply
(int delegate(size_t i, ref T itm) @(safe) del)
struct
FixedRingBuffer
(T, size_t N = 0, bool INITIALIZE = true)
int
opApply
(
scope
int
delegate
(
size_t
i
,
ref
T
itm
)
@
safe
del
)
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
iterate through elements with index