ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
OutBuffer.print
dmd
root
outbuffer
OutBuffer
Convert
u
to a string and append it to the buffer.
struct
OutBuffer
extern (
C
++) pure nothrow
void
print
(
ulong
u
)
Parameters
u
ulong
integral value to append
Meta
Source
See Implementation
dmd
root
outbuffer
OutBuffer
destructors
~this
functions
allocate
bracket
destroy
extractChars
extractData
extractSlice
fill0
insert
length
opIndex
opSlice
peekChars
prependbyte
prependstring
print
printf
remove
reserve
reset
setsize
spread
vprintf
write
write4
writeByte
writeUTF16
writeUTF8
writenl
writestring
writestringln
writewchar
writeword
variables
doindent
level
spaces
Convert u to a string and append it to the buffer.