atmosphere v0.1.6 (2015-08-11T11:29:13Z)
Home
Dub
Repo
FixedCircularBuffer
atmosphere
algorithm
Undocumented in source.
struct
FixedCircularBuffer (
T
) {
size_t
frontIndex
;
T
[]
buffer
;
this
(T[] initializedBuffer);
T
move
(T x);
}
Constructors
this
this
(T[] initializedBuffer)
Undocumented in source.
Members
Functions
move
T
move
(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
T
[]
buffer
;
Undocumented in source.
frontIndex
size_t
frontIndex
;
Undocumented in source.
Meta
Source
See Implementation
atmosphere
algorithm
structs
FixedCircularBuffer