- 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.