CStringImpl

Zero-terminated C string, to replace toStringz and toUTF16z

struct CStringImpl (
CharType
) if (
is(CharType : char) ||
is(CharType : wchar)
) {}

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

storage
const(CharType)* storage()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta