StructureFoundation5.9.0
CheckingType
struct CheckingType
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
protocol OptionSet
A type that presents a mathematical set interface to a bit set.
protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol SetAlgebra
A type that provides mathematical set operations.
Members
init(rawValue: UInt64
) static let regularExpression: NSTextCheckingResult.CheckingType
let rawValue: UInt64
static let address: NSTextCheckingResult.CheckingType
static let correction: NSTextCheckingResult.CheckingType
static let dash: NSTextCheckingResult.CheckingType
static let date: NSTextCheckingResult.CheckingType
static let grammar: NSTextCheckingResult.CheckingType
static let link: NSTextCheckingResult.CheckingType
static let orthography: NSTextCheckingResult.CheckingType
static let phoneNumber: NSTextCheckingResult.CheckingType
static let quote: NSTextCheckingResult.CheckingType
static let replacement: NSTextCheckingResult.CheckingType
static let spelling: NSTextCheckingResult.CheckingType
static let transitInformation: NSTextCheckingResult.CheckingType
Features
static func != (Self, Self
) -> Bool func isStrictSubset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func isStrictSuperset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict superset of the given set.