immutable icon indicating copy to clipboard operation
immutable copied to clipboard

neatly packages immutable equivalents to JavaScript's Objects and Arrays.

Results 5 immutable issues
Sort by recently updated
recently updated
newest added

First, thanks for your library ! Well, then i'm having a hard time using arrays. Here are so crucial points that I think I did not quite get how immutable...

There doesn't seem to be a license (except brief mention of MIT in the package.js file). Do you intend to release your work under the MIT license?

It's possible that an .immutable flag would be contained in data. For instance: ``` javascript var myRecord = { id: '3232', payload: { ... }, immutable: true } ``` As...

public-facing
small

As closely as possible, provide an Iterator interface for im.object and im.array. Including: - Iteration over one element in a collection of n shouldn't incur O(n) penalty (i.e. no full...

public-facing
medium