Params.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinary(T rhs)
  2. bool opBinary(Self rhs)
  3. Self opBinary(T rhs)
    struct Params(T)
    Self
    opBinary
    (
    string op
    )
    (
    inout T rhs
    )
    if (
    op == "|" ||
    op == "^"
    )
    if (
    is(T == enum)
    )
  4. Self opBinary(Self rhs)

Meta