nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StreamWriter.writeUTF32
nulib
io
stream
rw
StreamWriter
Writes a UTF32 string to the stream.
class
StreamWriter
@
nogc
@
safe
@
trusted
void
writeUTF32
(
dstring
value
)
Parameters
value
dstring
The string to write to the stream.
Meta
Source
See Implementation
nulib
io
stream
rw
StreamWriter
constructors
this
functions
writeBE
writeLE
writeUTF16
writeUTF16BE
writeUTF16LE
writeUTF32
writeUTF32BE
writeUTF32LE
writeUTF8
properties
stream
Writes a UTF32 string to the stream.