Vector.stringz

Return a null-terminated C string @system since appending is not @safe.

struct Vector(E, Allocator = typeof(theAllocator))
return scope @system
static if(is(Unqual!E == char))
stringz
(
this This
)
()
if (
isAllocator!Allocator
)

Meta