divide

open override fun divide(left: DS<T, A>, right: DS<T, A>): DS<T, A>(source)

Division of two elements.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.