Checks whether the specified range is the full range of T.
minimum value
maximum value
true if the range is full, i.e. min == T.min and max == T.max.
See Implementation
Checks whether the specified range is the full range of T.