Outbuffer.write

Writes a String as a sequence of bytes.

  1. void write(const(void)[] b)
  2. void write(const(void)* b, size_t len)
  3. void write(const(char)* s)
    struct Outbuffer
    nothrow
    void
    write
    (
    const(char)* s
    )

Meta