VarBuffer

Undocumented in source.

Constructors

this
this(float initVal, size_t _maxLen)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

insert
void insert(float val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

length
size_t length;
Undocumented in source.
maxLen
size_t maxLen;
Undocumented in source.
next
size_t next;
Undocumented in source.
vals
float[] vals;
Undocumented in source.

Meta