mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
AssumeNothrowFile.rawWrite
mir
stdio
AssumeNothrowFile
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
FileError
mir
stdio
AssumeNothrowFile
functions
flush
rawWrite
variables
fp
Writes raw bytes from a scope buffer to the file, with nothrow and @nogc guarantees.