- addToSet
void addToSet(MappedMemorySet set)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T[] opIndex(size_t[2] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T val, size_t ind)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T val, size_t[2] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T[] vals, size_t[2] slice)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
size_t[2] opSlice(size_t beg, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.