TData.opBinary

Create a new Data containing the concatenation of this and data. Does not preallocate for successive appends.

  1. TData opBinary(Appendable data)
    template opBinary(string op)
    opBinary
    (
    Appendable data
    )
    if (
    op == "~"
    )
  2. TData opBinary(TData data)
  3. TData opBinary(T value)
  4. TData opBinary(const(void)[] data)

Members

Functions

opBinary
TData opBinary(Appendable data)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
TData opBinary(TData data)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
TData opBinary(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
deprecated TData opBinary(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta