dcpu16-emulator v0.2.0 (2014-06-26T15:05:24Z)
Dub
Repo
RingBuffer.back
emulator
utils
ringbuffer
RingBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
RingBuffer
(E, size_t bufSize, OnBufferFull onBufferFull = OnBufferFull.overwrite)
@
property
E
back
(
)
Meta
Source
See Implementation
emulator
utils
ringbuffer
RingBuffer
functions
clear
popBack
popFront
pushBack
pushFront
properties
back
empty
front
isFull
variables
backPos
buffer
frontPos
length