sub abstract method

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

Computes the subtraction: a - b.

Implementation

T sub(T a, T b);