Skip to content

Feature Request: Allow to append/prepend multiple values #18

Description

@guenhter

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions