- opOpAssign
TData opOpAssign(Appendable data)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
TData opOpAssign(TData data)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
TData opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
deprecated TData opOpAssign(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Append data to this Data. Unlike concatenation (a ~ b), appending (a ~= b) will preallocate.