xor

@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_ULong_end_and_ULong")
infix fun <ID : Any> Field<ID, ULong>.xor(other: ULong): Field<ID, ULong>
@JvmName(name = "xor_with_ULong_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
infix fun <ID : Any> ULong.xor(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_ULong_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
infix fun <ID : Any> Field<ID, ULong>.xor(other: Field<ID, ULong>): Field<ID, ULong>