Outbuffer.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(const(void)[] b)
    struct Outbuffer
    nothrow extern (D)
    void
    write
    (
    const(void)[] b
    )
  2. void write(const(void)* b, size_t len)
  3. void write(const(char)* s)

Meta