Enumerationswift 6.0.1_RegexParser
Kind
enum Kind
enum Kind
s12_RegexParser3ASTV11ConditionalV9ConditionV16PCREVersionCheckV4KindO
What are these?7BFYK
import _RegexParser
struct PCREVersionCheck
struct AST
A regex abstract syntax tree.
struct Conditional
struct Condition
case equal
case greaterThanOrEqual
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
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.
var halfWidthCornerQuoted: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.