FixedAppender.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(E el)
  2. void put(dchar el)
  3. void put(dchar el)
    struct FixedAppender(ArrayType : E[], size_t NELEM, E)
    static if(is(ElemType == wchar))
    void
    put
    (
    dchar el
    )
  4. void put(ArrayType arr)

Meta