distance property

T get distance

Implementation

T get distance => (upper - lower).abs() as T;