Enumerationswift 6.1.2_RegexParser
SetOp
enum SetOpenum SetOpimport _RegexParserstruct CustomCharacterClassstruct ASTA regex abstract syntax tree.
case intersectioncase subtractioncase symmetricDifferenceinit(_ start: Source.Located<AST.CustomCharacterClass.Start>, _ members: [AST.CustomCharacterClass.Member], _ sr: SourceLocation) var isInverted: Bool { get }let location: SourceLocationvar members: [AST.CustomCharacterClass.Member]var start: Source.Located<AST.CustomCharacterClass.Start>var strippingTriviaShallow: AST.CustomCharacterClass { get }Strips trivia from the character class members.
enum Memberstruct Rangeenum Startprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
init?(rawValue: String) var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)