Structureswift 6.0.1_RegexParser
PCREVersionCheck
struct PCREVersionCheck
struct PCREVersionCheck
s12_RegexParser3ASTV11ConditionalV9ConditionV16PCREVersionCheckV
What are these?8VTZC
import _RegexParser
struct Condition
struct AST
A regex abstract syntax tree.
struct Conditional
init(_ kind: AST.Conditional.Condition.Kind, _ location: SourceLocation)
var kind: AST.Conditional.Condition.Kind
var location: SourceLocation
enum Kind
struct PCREVersionNumber
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init(_ kind: Source.Located<AST.Conditional.Condition.PCREVersionCheck.Kind>, _ num: AST.Conditional.Condition.PCREVersionNumber)
var kind: Source.Located<AST.Conditional.Condition.PCREVersionCheck.Kind>
var num: AST.Conditional.Condition.PCREVersionNumber
enum Kind
var halfWidthCornerQuoted: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.