Swift Functional Programming(Second Edition)
上QQ阅读APP看书,第一时间看更新

Immutability

Strings can be defined with let for immutability. Strings defined with var will be mutable.