StringAppender

Undocumented in source.

Constructors

this
this(Allocator allocator)
Undocumented in source.

Alias This

arr

Members

Functions

put
void put(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] cs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arr
DynamicArray!(char, Allocator) arr;
Undocumented in source.
arr
DynamicArray!(char, Allocator) arr;
Undocumented in source.

Meta