benbjohnson / benbjohnson/immutable
Feature Request: Allow to append/prepend multiple values
Open
enhancement
- Dominant language
- Go
- Stars
- 745
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
With go slices it is possible to append multiple values:
```
s = append(s, anotherSlice...)
```
This is quite cumbersome currently with immutable, and also would create a lot of unnecessary lists.
Would it be possible to add support for this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.