Bitwise AND logically coupled to bit patterns.
Int64 operator &(Int64 other) => Int64.from(value & other.value);