setStringzLength

Shorten a null terminated FixedString to be the size of the actual string (without the null)

Will throw a RangeError if the string is not null terminated

pure nothrow @safe @nogc
void
setStringzLength
(
size_t N
)
(
ref FixedArray!(char, N, false) str
)

Meta