and

@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
infix fun <ID : Any> Field<ID, UByte>.and(other: UByte): Field<ID, UByte>
@JvmName(name = "and_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> UByte.and(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> Field<ID, UByte>.and(other: Field<ID, UByte>): Field<ID, UByte>