dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
OutBuffer.print
dmd
common
outbuffer
OutBuffer
Convert
u
to a string and append it to the buffer.
struct
OutBuffer
extern (
C
++) nothrow pure nothrow @
safe
void
print
(
ulong
u
)
Parameters
u
ulong
integral value to append
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
Convert u to a string and append it to the buffer.