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)
  4. Self opBinary(Self rhs)
    struct Params(T)
    Self
    opBinary
    (
    string opt
    )
    (
    inout Self rhs
    )
    if (
    op == "|" ||
    op == "^"
    )
    if (
    is(T == enum)
    )

Meta