vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
FixedRingBuffer.Range
vutil
array
FixedRingBuffer
Undocumented in source.
struct
FixedRingBuffer
(T, size_t N = 0)
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
vutil
array
FixedRingBuffer
constructors
this
destructors
~this
functions
clear
opApply
opDollar
opIndex
opSlice
peek
peekDst
popBack
popBackN
popFront
popFrontN
put
putN
read
removeAt
properties
back
capacity
empty
freeOnDestruct
freeSpace
front
full
length
structs
Range
variables
m_freeOnDestruct