asArray

Returns array representing C string where '\0' character is placed after the end of the array. If cstr is null returns null.

@property pure nothrow @nogc
inout(C)[]
asArray
(
C
)
(
inout C* cstr
)
if (
isSomeChar!C
)

Meta