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.
2 parents d9869ea + 5bee0ce commit a149466Copy full SHA for a149466
Sources/RegexBuilder/Algorithms.swift
@@ -11,11 +11,6 @@
11
12
@_spi(RegexBuilder) import _StringProcessing
13
14
-// FIXME(rdar://92459215): We should be using 'some RegexComponent' instead of
15
-// <R: RegexComponent> for the methods below that don't impose any additional
16
-// requirements on the type. Currently the generic parameter is needed to work
17
-// around a compiler issue.
18
-
19
extension BidirectionalCollection where SubSequence == Substring {
20
/// Matches a regex in its entirety, where the regex is created by
21
/// the given closure.
0 commit comments