DataSetBytes

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.

Members

Functions

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

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Data[] data;

Underlying Data[].

Meta