Skip to content
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

Nonescapable stdlib primitives #2657

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lorentey
Copy link
Member

This document proposes to allow Optional and Result to hold instances of nonescapable types, and continues the work of adding support for noncopyable and nonescapable types throughout the Swift Standard Library.

The proposed variant is much too limited, and it also introduces a new axis of unsafety that may better be expressed with dedicated API.

We do not see any _immediate_ need for bit casting between escapable/nonescapable types, so it seems we can safely defer this work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants