Structure_RegexParser5.9.0
BalancedCapture
struct BalancedCapture
Citizens in _RegexParser
Conformances
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 Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Members
init(name: Source.Located<String>?, dash: SourceLocation, priorName: Source.Located<String>
) var dash: SourceLocation
The location of the
-
in the group.var name: Source.Located<String>?
The name of the group, or nil if the group has no name.
var priorName: Source.Located<String>
The name of the prior group that the balancing group references.