BaseBackend.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(byte v)
  2. void append(short v)
    class BaseBackend(size_t BUFFER_SIZE)
    override
    void
    append
    (
    short v
    )
  3. void append(int v)
  4. void append(long v)
  5. void append(float v)
  6. void append(double v)
  7. void append(const(void)[] v)

Meta