Immutable Data(不可变数据)的思想就是,不存在指向同一地址的变量,所有对Immutable Data的改变,最终都会返回一份新复制的数据,各自的数据并不会互相影响...
基于24个网页-相关网页
不可变数据是函数编程中的一个重要元素。
Immutable data is an important element of functional programming.
对不可变数据的更改包括构建数据新版本并从新版本开始工作。
Modifying immutable data consists of building a new version of the data and working from the new version.
不可变数据是许多侧重于并发性的语言的关键方面,因为它有如此好的属性。
Immutable data is a key aspect of many languages that focus on concurrency because it has such nice properties.
应用推荐