AssumeNothrowFile.rawWrite

Writes raw bytes from a scope buffer to the file, with nothrow and @nogc guarantees.

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

Throws