multiply

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

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.