We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at the interface, I'm missing:
try_alloc_slice_clone()
try_alloc_slice_copy()
try_alloc_slice_fill_clone()
try_alloc_slice_fill_copy()
try_alloc_slice_fill_default()
try_alloc_slice_iter()
try_alloc_slice_with()
Need try_alloc_slice_fill_copy() and try_alloc_slice_fill_default() myself, though why not add all while we're at it?
Is there a specific reason these weren't added?
The text was updated successfully, but these errors were encountered:
Ah, turns out try_* is for actual OS OOM, not the capacity given to Bump::with_capacity().
try_*
Bump::with_capacity()
In that case I'm ok without these functions, but leaving the issue open for others.
Sorry, something went wrong.
No branches or pull requests
Looking at the interface, I'm missing:
try_alloc_slice_clone()
try_alloc_slice_copy()
try_alloc_slice_fill_clone()
try_alloc_slice_fill_copy()
try_alloc_slice_fill_default()
try_alloc_slice_iter()
try_alloc_slice_with()
Need
try_alloc_slice_fill_copy()
andtry_alloc_slice_fill_default()
myself, though why not add all while we're at it?Is there a specific reason these weren't added?
The text was updated successfully, but these errors were encountered: