rust入门疑问001,变量不可变,let与let mut
this is called a ‘variable’, but Rust’s variable bindings have a few tricks up their sleeves.
美其名曰,bind,不知道这个设计的背后是什么情况,2点搞不明白
1,用let这个关键字,真是很特别哦,为什么不用var,知乎上有说,是因为let是函数式编程里绑定的常用关键字,rust设计的时候,为什么不尽量采用类c的语法,弄个let,
2,究竟是变量用的多,还是不可变的量用的多,为什么不用let绑定变量,let nmut,绑定不可变的量?
Korosu
9 years, 3 months ago