FileWriteChannel.write

Write data to the output channel.

  1. const(ubyte)[] write(const(char)[] data_)
  2. 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