AllocAppender.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(E el)
  2. void put(ArrayType arr)
  3. void put(ElemType[] arr)
    struct AllocAppender(ArrayType : E[], E)
    @trusted
    static if(!hasAliasing!E)
    void
    put
    ()
  4. void put(dchar el)
  5. void put(dchar el)

Meta