watchexec ~master (2021-10-12T13:58:57Z)
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
return
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.