static isRange()
Checks whether the value is an instance of `Range` of any or the given minimum, maximum, and step
Last updated
Was this helpful?
Checks whether the value is an instance of `Range` of any or the given minimum, maximum, and step
Last updated
Was this helpful?
A generic type variable constrained by the , by default of the value captured from the supplied indicates the minimum range type via the .
A generic type variable constrained by the , by default of the value captured from the supplied indicates the maximum range type via the .
A generic type variable constrained by the , by default of the value equal to 1
, optionally captured from the supplied indicates the range step type via .
The value of type to test against the instance.
The optional minimum range of generic type variable to check whether it's equal to a minimum of the given .
The optional maximum range of generic type variable to check whether it's equal to a maximum of the given .
Optional step of generic type variable to check whether it's equal to the step of the given .
The return type is a resulting from its statement indicating the is the object that takes the generic type variable , and .
The return value is a indicating whether the provided is an instance of of any or the given , range and .