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 acbdfef commit 072b9aaCopy full SHA for 072b9aa
stdlib/public/core/Span/MutableSpan.swift
@@ -796,7 +796,7 @@ extension MutableSpan where Element: ~Copyable {
796
@_alwaysEmitIntoClient
797
@lifetime(&self)
798
mutating public func extracting(_: UnboundedRange) -> Self {
799
- let newSpan = unsafe Self(_unchecked: _start(), count: _count)
+ let newSpan = unsafe Self(_unchecked: _pointer, count: _count)
800
return unsafe _overrideLifetime(newSpan, mutating: &self)
801
}
802
0 commit comments