RingBuffer

Ring Buffer. See also: http://forum.dlang.org/thread/ltpaqk$2dav$1@digitalmars.com TODO inout

Constructors

this
this(T[] data, size_t length)
Undocumented in source.

Members

Functions

opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
auto length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta