toString

Creates GC-allocated string with copy of C string text. If cstr is null returns null, otherwise if cstr is empty returns "".

pure
string
toString
(
C
)
(
in C* cstr
)
if (
isSomeChar!C
)

Meta