- opDollarsize_t opDollar() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opIndexubyte opIndex(size_t offset) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opSliceData[] opSlice(size_t start, size_t end) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opSliceData[] 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.