- opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ubyte opIndex(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
DataVec opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
DataVec opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
Return a type that's indexable to access individual bytes, and sliceable to get an array of Data over the specified byte range. No actual Data concatenation is done.