Extent<T> constructor

Extent<T>(T min, T max)

Implementation

Extent(this.min, this.max);