division abstract method

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

Computes a truncating division: a ~/ b.

Implementation

T division(T a, T b);