dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
FileWriteChannel.write
proc
channel
FileWriteChannel
Write data to the output channel.
const
(
ubyte
)[]
write
(const(char)[] data_)
const
(
ubyte
)[]
write
(const(ubyte)[] data)
struct
FileWriteChannel
@
trusted
const
(
ubyte
)[]
write
(
scope
const
(
ubyte
)[]
data
)
Return Value
Type:
const
(
ubyte
)[]
the data that was written
Meta
Source
See Implementation
proc
channel
FileWriteChannel
constructors
this
functions
closeWrite
flush
write
variables
file
Write data to the output channel.