add

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

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.