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 0922b6b commit 386f041Copy full SHA for 386f041
stdlib/public/core/Span/Span.swift
@@ -634,7 +634,7 @@ extension Span where Element: ~Copyable {
634
@_alwaysEmitIntoClient
635
@lifetime(self)
636
public func _extracting(
637
- uncheckedBounds bounds: some RangeExpression<Int>
+ unchecked bounds: some RangeExpression<Int>
638
) -> Self {
639
_extracting(unchecked: bounds.relative(to: indices))
640
}
0 commit comments