div

abstract operator fun V.div(other: V): V
open operator fun V.div(other: Int): V
open operator fun V.div(other: Long): V
open operator fun Int.div(other: V): V
open operator fun Long.div(other: V): V