-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[Proposal] Pointer family initialization improvements #1561
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
Conversation
Review manager comments:
|
OK. FWIW I don't think they should be deprecated (it's a fine API for non-Collection Sequences,) but after implementing this, the stdlib can be modified to be stop relying on the fast paths implemented in the many versions of
I agree about the argument, it's not great. I slightly prefer to have |
Remove pitch links from the main body, since they're in the `Review` header field.
Okay, if you think this is ready, do you have thoughts about scheduling? I can put it into review whenever — if you're okay with it, I'll put it in review from Wednesday through the 29th. |
That's a good schedule. Thanks! |
Thanks @rjmccall ! |
Pitch to round out the API for memory initialization through
UnsafeMutablePointer
and its relatives, as well as adding more capabilities to slices ofBufferPointer
types.Pitch thread: https://forums.swift.org/t/55689
Implementation PR: swiftlang/swift#41608