Structureswift 6.1.2_RegexParser
PCREVersionNumber
struct PCREVersionNumberstruct PCREVersionNumbers12_RegexParser3ASTV11ConditionalV9ConditionV17PCREVersionNumberV What are these?5CJ07import _RegexParserstruct Conditionstruct ASTA regex abstract syntax tree.
struct Conditionalinit(_ kind: AST.Conditional.Condition.Kind, _ location: SourceLocation) var kind: AST.Conditional.Condition.Kindvar location: SourceLocationenum Kindstruct PCREVersionCheckprotocol CopyableA type whose values can be implicitly or explicitly copied.
protocol CustomDebugStringConvertibleA type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertibleA type with a customized textual representation.
protocol EquatableA type that can be compared for value equality.
protocol Escapableprotocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
init(major: AST.Atom.Number, minor: AST.Atom.Number, _ location: SourceLocation) var location: SourceLocationvar major: AST.Atom.Numbervar minor: AST.Atom.Numbervar halfWidthCornerQuoted: String { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.