dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
OutBuffer.writeStringz
dmd
common
outbuffer
OutBuffer
Write string to buffer, ensure it is zero terminated
void
writeStringz
(const(char)* s)
void
writeStringz
(const(char)[] s)
void
writeStringz
(string s)
struct
OutBuffer
nothrow pure nothrow @
safe
void
writeStringz
(
string
s
)
Meta
Source
See Implementation
dmd
common
outbuffer
OutBuffer
constructors
this
destructors
~this
functions
allocate
bracket
buf
bufptr
destroy
dtor
extractData
extractSlice
insert
moveToFile
opSlice
print
reserve
setsize
write16
write16n
write32
write64
writeByten
writeStringz
writenl
writestring
writestringln
variables
doindent
level
spaces
Write string to buffer, ensure it is zero terminated