File.rawWrite

Writes a raw slice of bytes to the file without formatting.

struct File
@trusted @nogc scope
void
rawWrite
(
scope const(void)[] data
)

Throws