OutBuffer.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(const(void)* data, size_t nbytes)
    struct OutBuffer
    extern (C++) pure nothrow
    void
    write
    (
    const(void)* data
    ,
    size_t nbytes
    )
  2. void write(const(void)[] buf)
  3. void write(OutBuffer* buf)
  4. void write(RootObject obj)

Meta