StringImpl.cstr

Undocumented in source. Be warned that the author may not have intended to support it.
struct StringImpl(Char, Allocator)
@property
static if(is(Char == char))
const(char)*
cstr
()
if (
is(Char == Unqual!Char) &&
isSomeChar!Char
)

Meta