CStringImpl

Zero-terminated C string, to replace toStringz and toUTF16z

Constructors

this
this(const(CharType)[] s)
Undocumented in source.
this
this(immutable(CharType)[] s)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

storage

Members

Variables

storage
const(CharType)* storage;
Undocumented in source.

Meta