StreamWriter.writeUTF32

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