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

Meta