or

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