No overview available.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Framework
- Dispatch
Declaration
func hash(into hasher: inout Hasher)
No overview available.
SDKs
Framework
func hash(into hasher: inout Hasher)
static func ... (Dispatch Queue .Scheduler Time Type) -> Partial Range From<Dispatch Queue .Scheduler Time Type>
Returns a partial range extending upward from a lower bound.
static func ... (Dispatch Queue .Scheduler Time Type) -> Partial Range Through<Dispatch Queue .Scheduler Time Type>
Returns a partial range up to, and including, its upper bound.
static func ... (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Closed Range<Dispatch Queue .Scheduler Time Type>
Returns a closed range that contains both of its bounds.
static func ..< (Dispatch Queue .Scheduler Time Type) -> Partial Range Up To<Dispatch Queue .Scheduler Time Type>
Returns a partial range up to, but not including, its upper bound.
static func ..< (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Range<Dispatch Queue .Scheduler Time Type>
Returns a half-open range that contains its lower bound but not its upper bound.
static func < (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
static func <= (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
static func == (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether two values are equal.
static func > (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (Dispatch Queue .Scheduler Time Type, Dispatch Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.