Function Subspace :: sus :: num :: operator&

auto operator&(i32 l, i32 r) -> i32

Performs the bitwise operation l AND r.

Satisfies the BitAnd concept for signed integers.

This operation supports shifting with primitive signed or unsigned integers that convert to the safe numeric, as well as enums. However enum class is excluded as they require an explicit conversion to an integer.