File.storePascalString

Stores the given String as a line in the file in Pascal format (i.e. also store the length of the string).

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

Meta