Bitwise operations on integers #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
Recursors #
int.bit_cases_on: Parity disjunction. Something is true/defined onℤif it's true/defined for even and for odd values.
bitwise ops #
@[simp]