The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Vector.stringz
automem
vector
Vector
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)
)
auto
stringz
(
this
This
)
(
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
vector
Vector
functions
capacity
clear
empty
free
opAssign
opBinary
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
range
reserve
shrink
stringz
properties
length
Return a null-terminated C string @system since appending is not @safe.