benbjohnson / benbjohnson/immutable

Feature Request: Delete List element

Open
#19 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.