Data.opBinary

Undocumented in source.
  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