CyclicArray

Undocumented in source.

Constructors

this
this(Array!T array)
Undocumented in source.
this
this(size_t length)
Undocumented in source.
this
this(T[n] val)
Undocumented in source.
this
this(Range val)
Undocumented in source.
this
this(Args val)
Undocumented in source.
this
this(T[n] val)
Undocumented in source.
this
this(Range val)
Undocumented in source.
this
this(Args val)
Undocumented in source.

Members

Functions

byRef
CyclicRange!T byRef()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
CyclicArray!(T, len) dup()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
CyclicArray!(T, len) dup()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length(size_t val)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) @(nogc) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, ref T) @(nogc) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(T[n] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Range rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(CyclicArray!(T, len) b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T[n] b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Range b)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T[n] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(CyclicArray!(T, n) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Range rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CyclicRangePrimitives!(T, q{ static if (len == 0) auto copy = typeof(cast() this)(array.length); else typeof(cast() this) copy; })
Undocumented in source.

Meta