mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Substring's _persistentContent has a fast path that avoids a copy when the Substring represents the entire outer String. It correctly detected situations where the wrapped _StringCore was not itself a slice, but was omitting the extra checks to make sure the Substring's own range covered the entire String. Test added.
6.5 KiB
6.5 KiB