FileStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(ubyte[] bytes, IOMode mode)
    struct FileStream
    @safe
    size_t
    write
    (
    in ubyte[] bytes
    ,
    IOMode mode
    )
  2. void write(ubyte[] bytes)
  3. void write(char[] bytes)
  4. void write(InputStream stream, ulong nbytes)

Meta