StringImpl.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
struct StringImpl(Char, Allocator)
nothrow
immutable(Char)[]
opCast
(
T
)
()
if (
is(T == immutable(Char)[])
)
if (
is(Char == Unqual!Char) &&
isSomeChar!Char
)

Meta