NoCopy

Most of these classes copy their input data into a double[] by default. Use this to signal that copying is unnecessary. The range primitives just forward to data.

Members

Functions

empty
bool empty()
front
double front()
opIndex
double opIndex(size_t index)
opSlice
typeof(this) opSlice(size_t lower, size_t upper)
popFront
void popFront()
save
typeof(this) save()

Variables

data
double[] data;

Meta