BitMask.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BitMask opBinary(BitMask rhs)
    struct BitMask
    const pure nothrow
    opBinary
    (
    string op
    )
    (
    scope const BitMask rhs
    )
    if (
    op == "-" ||
    op == "&"
    ||
    op == "|"
    ||
    op == "^"
    )
  2. BitMask opBinary(Index index)

Meta