or

@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_UInt_end_and_UInt")
infix fun <ID : Any> Field<ID, UInt>.or(other: UInt): Field<ID, UInt>
@JvmName(name = "or_with_UInt_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
infix fun <ID : Any> UInt.or(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "or_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>.or(other: Field<ID, UInt>): Field<ID, UInt>