StringBuffer.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Appendable append(const(char)[] csq)
  2. Appendable append(const(char)[] csq, int start, int end)
    class StringBuffer
    append
    (
    const(char)[] csq
    ,
    int start
    ,
    int end
    )
  3. Appendable append(char c)
  4. Appendable append(int c)
  5. Appendable append(float c)

Meta