dmdtags ~master (2021-08-28T02:12:04Z)
Dub
Repo
Appender
dmdtags
appender
Undocumented in source.
struct
Appender (
T
) {
inout
(
T
)[]
opIndex
();
void
put
(T item);
}
Members
Functions
opIndex
inout
(
T
)[]
opIndex
()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dmdtags
appender
manifest constants
growFactor
initialCapacity
structs
Appender