CStringImpl.storage

Undocumented in source. Be warned that the author may not have intended to support it.
struct CStringImpl(CharType)
nothrow @nogc return
const(CharType)*
storage
()
if (
is(CharType : char) ||
is(CharType : wchar)
)

Meta