Builder.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(const(T) newElement)
    struct Builder(T, Expander)
    static if(__traits(compiles, ))
    void
    append
    (
    const(T) newElement
    )
  2. void append(const(T)[] newElements)
  3. void append(T newElement)
  4. void append(T[] newElements)

Meta