FullRegSet.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FullRegSet opBinary(FullRegSet rhs)
  2. FullRegSet opBinary(PhysReg rhs)
    struct FullRegSet
    opBinary
    (
    string op
    )
    if (
    op == "|" ||
    op == "^"
    ||
    op == "&"
    )

Meta