benbjohnson / benbjohnson/immutable
Feature Request: Delete List element
Open
enhancement
- Dominant language
- Go
- Stars
- 745
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is no easy way to delete an element from a list.
Only recreating the list can be done what is very annoying.
Something like this would be very helpful:
```
l = l.Delete(1) // Deletes the element at index 1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.