div

@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.div(other: Byte): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.div(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.div(other: Double): Field<ID, Double>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.div(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.div(other: Float): Field<ID, Float>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.div(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.div(other: Int): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.div(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.div(other: Long): Field<ID, Long>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.div(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.div(other: Short): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.div(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Short>): Field<ID, Int>