xor

@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UInt_end_and_UInt")
infix fun <ID : Any> Field<ID, UInt>.xor(other: UInt): Field<ID, UInt>
@JvmName(name = "xor_with_UInt_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
infix fun <ID : Any> UInt.xor(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UInt_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
infix fun <ID : Any> Field<ID, UInt>.xor(other: Field<ID, UInt>): Field<ID, UInt>