Immutable.js 4.0.0-rc.7 发布了,Immutable 是 Facebook 开发的不可变数据集合。不可变数据一旦创建就不能被修改,使得应用开发更简单,允许使用函数式编程技术,比如惰性评估。
更新内容:
Fixed syntax error in typescript definitions which limited some checking
软件详情:http://git.oschina.net/mirrors/immutable-js
下载地址:https://github.com/facebook/immutable-js/archive/v4.0.0-rc.7.zip
来自:开源中国社区

