plus

open operator fun StructureND<T>.plus(arg: T): StructureND<T>(source)

Adds an ND structure to an element of it.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.


open operator fun T.plus(arg: StructureND<T>): StructureND<T>(source)

Adds an element to ND structure of it.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.