BinaryWriter.writeString

Writes str to buffer.

This function writes str to buffer and a null terminator.

struct BinaryWriter
void
writeString
(
T
)
(
T str
)
if (
isSomeString!T
)

Parameters

str
Type: T

String to write.

Meta