Validates that a comparable value is within the specified inclusive range.
public static OptionValidator<T> Range<T>(T min, T max) where T : IComparable<T>