MemoryView

Undocumented in source.

Constructors

this
this(Cpu* dcpu)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
dstring opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
dstring opIndexAssign(dstring data, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
push
size_t push(dstring item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
dstring remove(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

collapseZeros
bool collapseZeros;
Undocumented in source.
dcpu
Cpu* dcpu;
Undocumented in source.
itemsPerLine
ushort itemsPerLine;
Undocumented in source.
nonZeroLines
Appender!(ushort[]) nonZeroLines;
Undocumented in source.

Meta