Files
swift-mirror/stdlib/public/core/Span
Andrew Trick 20067350eb Mutable[Raw]Span.init() does not need @_unsafeNonescapableResult
It isn't clear why @_unsafeNonescapableResult was applied to
Mutable[Raw]Span.init(). It was either a mistake or temporary workaround for
some compiler bug.
2025-09-13 22:15:51 -07:00
..