xor

@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
infix fun <ID : Any> Field<ID, UShort>.xor(other: UShort): Field<ID, UShort>
@JvmName(name = "xor_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> UShort.xor(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> Field<ID, UShort>.xor(other: Field<ID, UShort>): Field<ID, UShort>