withNoLimits()
Creates and initializes a new range object that encompasses all possible values.
Declaration
class func withNoLimits() -> SelfReturn Value
A newly initialized range object whose minimum value is —Inf and whose maximum value is +Inf.