Enumerationswift 6.1.2_RegexParser
Kind
enum Kindenum Kindimport _RegexParserstruct Quantificationstruct ASTA regex abstract syntax tree.
case eagercase possessivecase reluctantinit(_ amount: Source.Located<AST.Quantification.Amount>, _ kind: Source.Located<AST.Quantification.Kind>, _ child: AST.Node, _ r: SourceLocation, trivia: [AST.Trivia]) let amount: Source.Located<AST.Quantification.Amount>let child: AST.Nodelet kind: Source.Located<AST.Quantification.Kind>let location: SourceLocationlet trivia: [AST.Trivia]Any trivia intermixed between the operand and the quantifier, as well as between the quantifier characters themselves. This can occur in extended syntax mode where PCRE permits e.g x * +.
enum Amountprotocol 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.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
init?(rawValue: String) var halfWidthCornerQuoted: String { get }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)