ImmutableMemoryChunk

Undocumented in source.

Constructors

this
this(MutableMemoryChunk c)
Undocumented in source.
this
this(string s)
Undocumented in source.
this
this(immutable(ubyte)[] s)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

_data

Members

Functions

data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
size
auto size()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_id
int _id;
Undocumented in source.

Meta