1 2 3 4 5 6 7 8 9
schema_version = 1 [[ops]] name = "primitive.bitwise.xor" arity = 2 inputs = ["u32", "u32"] output = "u32" declared_laws = ["commutative", "associative", "identity_zero"] reference_impl_id = "core.bitwise.xor"