benbjohnson / benbjohnson/immutable

Feature Request: Allow to append/prepend multiple values

Open
#18 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

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.