Rust용어)불변 변수(immutable variable) vs 가변 변수(mutable variable)
https://plas.tistory.com/m/132
Rust는 변수가 왜 불변이라는 걸까?
변수는 값이 바뀌는 것이고 상수는 값이 변하지 않는다고 배웠는데... Rust 언어의 온라인 문서(이하 Rust Book)를 읽으면서 기존의 프로그래밍 언어와 많이 달라진 개념을 하나씩 조금 다른 관점으
plas.tistory.com
https://www.google.com/search?q=immutable%20variable
immutable variable - Google 검색
2017. 11. 13. · Most python objects (booleans, integers, floats, strings, and tuples) are immutable. This means that after you create the object and assign some ...
www.google.com
https://www.google.com/search?q=mutable%20variable
mutable variable - Google 검색
Mutable is a type of variable that can be changed. In JavaScript, only objects and arrays are mutable, not primitive values. (You can make a variable name point to a new value, but the previous value is still held in memory.
www.google.com