We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fcf4a commit eba0393Copy full SHA for eba0393
Sources/_StringProcessing/Regex/Options.swift
@@ -200,7 +200,7 @@ public struct RegexRepetitionBehavior: Hashable {
200
201
var kind: Kind
202
203
- @_spi(RegexBuilder) public var dslTreeKind: DSLTree._AST.QuantificationKind {
+ @_spi(RegexBuilder) public var dslTreeKind: AST.Quantification.Kind {
204
switch kind {
205
case .eager: return .eager
206
case .reluctant: return .reluctant
0 commit comments