Immutable Data(不可变数据)的思想就是,不存在指向同一地址的变量,所有对Immutable Data的改变,最终都会返回一份新复制的数据,各自的数据并不会互相影响...
基于28个网页-相关网页
The last advice on protecting sensitive data is to avoid using immutable data types like String.
最后的建议是关于保护敏感数据的,就是要避免使用不可变的数据类型,比如string。
In functional programming, you think of immutable data structures and functions that convert them.
在函数式编程当中你想的是不变的数据结构以及那些转换它们的函数。
Modifying immutable data consists of building a new version of the data and working from the new version.
对不可变数据的更改包括构建数据新版本并从新版本开始工作。
应用推荐