No overview available.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Network
Declaration
struct Index
No overview available.
SDKs
Framework
struct Index
static func ... (NWTXTRecord .Index) -> Partial Range From<NWTXTRecord .Index>
Returns a partial range extending upward from a lower bound.
static func ... (NWTXTRecord .Index) -> Partial Range Through<NWTXTRecord .Index>
Returns a partial range up to, and including, its upper bound.
static func ... (NWTXTRecord .Index, NWTXTRecord .Index) -> Closed Range<NWTXTRecord .Index>
Returns a closed range that contains both of its bounds.
static func ..< (NWTXTRecord .Index) -> Partial Range Up To<NWTXTRecord .Index>
Returns a partial range up to, but not including, its upper bound.
static func ..< (NWTXTRecord .Index, NWTXTRecord .Index) -> Range<NWTXTRecord .Index>
Returns a half-open range that contains its lower bound but not its upper bound.
static func <= (NWTXTRecord .Index, NWTXTRecord .Index) -> 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 > (NWTXTRecord .Index, NWTXTRecord .Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (NWTXTRecord .Index, NWTXTRecord .Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.