Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Make without support removing item from an array #239

@Aaronius

Description

@Aaronius

The without method allows a property to be a removed from an object. I propose that it should also allow an item to be removed from an array:

const fruits = Immutable(['apple', 'banana', 'cherry']);
fruits.without(1); // ['apple', 'cherry']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions