TData.opBinaryRight

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

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

Members

Functions

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

Meta