plus

open operator override fun DS<T, A>.plus(other: Number): DS<T, A>(source)

Addition of element and scalar.

Receiver

the augend.

Parameters

other

the addend.


open operator override fun Number.plus(other: DS<T, A>): DS<T, A>(source)

Addition of scalar and element.

Receiver

the augend.

Parameters

other

the addend.