DataBuffer.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(T[] new_data)
  2. void append(T new_data)
    struct DataBuffer(T)
    pragma(inline, true)
    void
    append
    (
    const T new_data
    )

Meta