try_* variants for slices
Open
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 157
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.