RCIter

Iterator for RCStorage that shares ownership by itself

Members

Functions

lightScope
inout(T)* lightScope()
opBinary
RCIter!(It, Rc) opBinary(ptrdiff_t index)
opBinary
RCIter!(const It, RC) opBinary(ptrdiff_t index)
opBinary
RCIter!(immutable It, RC) opBinary(ptrdiff_t index)
opBinary
ptrdiff_t opBinary(scope ref const typeof(this) right)
opCmp
ptrdiff_t opCmp(scope ref const typeof(this) right)
opEquals
bool opEquals(scope ref const typeof(this) right)
opIndex
inout(T) opIndex(ptrdiff_t index)
opOpAssign
void opOpAssign(ptrdiff_t index)
opUnary
inout(T) opUnary()
opUnary
void opUnary()

Meta