immutable-js/immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity. - immutable-js/immutable-js

js also provides a lazy Seq , allowing efficient chaining of collection methods like map and filter without creating intermediate representations. Create some Seq ...

Lee mas