add

abstract fun add(a: T, b: T): T

Adds two numbers

Return

the sum of the two numbers

Parameters

a

the first number

b

the second number