Method to remove values from Punctuated
Open
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 374
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
The only current APIs on syn::punctuated::Punctuated that result in the Punctuated becoming smaller are `pop` (remove last) and `clear` (remove all).
https://github.com/dtolnay/syn/issues/343#issuecomment-657923539 mentioned needing to remove by index.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.