Enumerationswift 6.0.1_RegexParser
Amount
enum Amount
Cases
Other members in extension
Types
Type members
init(Source.Located<AST.Quantification.Amount>, Source.Located<AST.Quantification.Kind>, AST.Node, SourceLocation, trivia: [AST.Trivia]
)
Instance members
let amount: Source.Located<AST.Quantification.Amount>
let child: AST.Node
let kind: Source.Located<AST.Quantification.Kind>
let location: SourceLocation
let 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 * +
.
Citizens in _RegexParser
Conformances
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
A type that can be hashed into a
Hasher
to produce an integer hash value.
Instance members
var bounds: (atLeast: Int?, atMost: Int?)
The bounds.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.