Data.opBinary

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

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

Members

Functions

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

Meta