memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
CircularBuffer.Range
memutils
circularbuffer
CircularBuffer
Undocumented in source.
struct
CircularBuffer
(T, size_t N = 0, ALLOC = ThreadMem)
static
struct
Range {
bool
empty
[@property getter];
inout
(
T
)
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout
(
T
)
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
memutils
circularbuffer
CircularBuffer
constructors
this
destructors
~this
functions
clear
forcePut
opApply
opDollar
opIndex
opSlice
peek
peekDst
popBack
popBackN
popFront
popFrontN
put
putN
read
removeAt
postblits
this(this)
properties
back
capacity
empty
freeSpace
front
full
length
structs
Range