Skip to content

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

Open
@guenhter

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?

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