CStringImpl

Zero-terminated C string, to replace toStringz and toUTF16z

struct CStringImpl (
CharType
) if (
is(CharType : char) ||
is(CharType : wchar)
) {
nothrow @nogc
const(CharType)* storage;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Alias This

storage

Meta