add abstract method

T add(
  1. T a,
  2. T b
)

Computes the addition: a + b.

Implementation

T add(T a, T b);