- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length(size_t val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ubyte opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ushort opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
ubyte opIndexAssign(ubyte val, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
ushort opIndexAssign(ushort val, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
Implements a bitplane reader/writer, that reads/writes multiple bitplanes at once. Between 1-8 planes, ubyte is used as the return/input type, between 9-16 it's ushort.