asString

Returns the given ptr up to but not including the \0 as a char[].

@nogc nothrow @trusted pure
inout(char)[]
asString
(
inout(char*) ptr
)

Meta