Data.opOpAssign

Note that unlike concatenation (a ~ b), appending (a ~= b) will preallocate.

  1. Data opOpAssign(const(T)[] data)
    template opOpAssign(string op)
    opOpAssign
    (
    T
    )
    (
    const(T)[] data
    )
    if (
    !hasIndirections!T
    )
    if (
    op == "~"
    )
  2. Data opOpAssign(Data data)
  3. Data opOpAssign(ubyte value)

Members

Functions

opOpAssign
Data opOpAssign(const(T)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Data opOpAssign(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Data opOpAssign(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta