-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SE-0467] MutableSpan #79650
[SE-0467] MutableSpan #79650
Conversation
@swift-ci please smoke test |
@swift-ci please build toolchain |
2ed85ad
to
66ce90f
Compare
@swift-ci please test |
@swift-ci please build toolchain |
66ce90f
to
2f417aa
Compare
@swift-ci please test |
@swift-ci please build toolchain |
2f417aa
to
7d471d0
Compare
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci please test linux platform |
@swift-ci please build toolchain linux platform |
7d471d0
to
3e893c2
Compare
@swift-ci please test |
@swift-ci please build toolchain |
1 similar comment
@swift-ci please build toolchain |
@swift-ci please test |
@swift-ci please build toolchain |
@swift-ci please test |
@swift-ci please build toolchain Windows platform |
@swift-ci please test linux platform |
@swift-ci please test windows platform |
04e0887
to
6a7dbb0
Compare
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the change to the runtime build system
@swift-ci please smoke test |
026adad
to
32e1ea1
Compare
@swift-ci please smoke test |
@swift-ci please smoke test macOS platform |
Implementation of
MutableSpan
andMutableRawSpan
, pitched to the forums here, reviewed here, and accepted here.Adds the
mutableSpan
properties toArray
,ArraySlice
andContiguousArray
. The other properties proposed in SE-0467 will be added in a separate pull request.Addresses rdar://138440979