vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
FixedRingBuffer.opSlice
index
vibe
utils
array
FixedRingBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
Range
opSlice
()
struct
FixedRingBuffer
(T, size_t N = 0, bool INITIALIZE = true)
Range
opSlice
(
)
Range
opSlice
(size_t from, size_t to)
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