span property

T span

The span this range covers. max - min.

Implementation

T get span => (max - min) as T;