File.storePascalString

Stores the given String as a line in the file in Pascal format (i.e. also store the length of the string). Text will be encoded as UTF-8.

struct File
@nogc nothrow
void
storePascalString
(
in String string
)

Meta