Skip to content

This library does no such thing #280

Closed
@Fresheyeball

Description

@Fresheyeball

The library is called immutable-js but its examples all show mutations:

    var map = Immutable.Map({a:1, b:2, c:3});
    map = map.set('b', 20); // mutation
    map.get('b'); // 20

This makes no sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions