-
Notifications
You must be signed in to change notification settings - Fork 128
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
Prototype for MaybeUninit formulation of arrayvec #76
Conversation
bluss
commented
Oct 20, 2017
•
edited
Loading
edited
- Testing ideas for arrayvec 1.0
- Looking at what is well defined and what's not
- Not adequate yet:
- How to handle uninitialization?
- How to handle ArrayString? It's Copy & uninitialized (always an array of u8)
cc @arielb1 and thanks a lot for the help in searching for the best expression of this in Rust |
- Testing ideas for arrayvec 1.0 - Looking at what is well defined and what's not
Is the |
|
A question I didn't fully understand if it was answered: If we have a
I think the following would be problematic if answered with no:
|
Yesterday's discussion https://botbot.me/mozilla/rust-libs/2017-10-20/?msg=92551510&page=1 |
Thanks for the link to the discussion. Sounds like having a |
What we were trying to do is to get docs amended for ManuallyDrop so that it can be "MaybeUnitialized", but that seems to not be such a good idea. I'm still not entirely convinced. |
New version in #97 |