- appendvoid append(size_t delegate(scope ElemType[] dst) @(safe) del) 
- void append(size_t delegate(scope ElemType[] dst) del) 
- Appends a number of bytes in-place. 
- growvoid grow(size_t min_free) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putvoid put(E el) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putvoid put(ArrayType arr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putvoid put(const(ElemType)[] arr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putvoid put(dchar el) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- putvoid put(dchar el) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- reservevoid reserve(size_t amount) 
- Grows the capacity of the internal buffer so that it can hold a minumum amount of elements. 
- resetvoid reset(AppenderResetMode reset_mode) 
- Undocumented in source. Be warned that the author may not have intended to support it.