-
Rust용어)불변 변수(immutable variable) vs 가변 변수(mutable variable)코딩Coding/Rust용어 2021. 5. 9. 11:48728x90
https://plas.tistory.com/m/132
Rust는 변수가 왜 불변이라는 걸까?
변수는 값이 바뀌는 것이고 상수는 값이 변하지 않는다고 배웠는데... Rust 언어의 온라인 문서(이하 Rust Book)를 읽으면서 기존의 프로그래밍 언어와 많이 달라진 개념을 하나씩 조금 다른 관점으
plas.tistory.com
https://www.google.com/search?q=immutable%20variableimmutable 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%20variablemutable 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
반응형'코딩Coding > Rust용어' 카테고리의 다른 글
Rust용어)casting = simple type change using 'as' (0) 2021.12.10 하드코딩Hard cording (0) 2021.12.06 Rust용어_타입 애노테이션(Type Annotation) (0) 2021.05.11 Rust용어-코딩할 때 fn을 쓰는 이유? (0) 2021.05.10 Bear-Metal Server(베어 메탈 서버)란? (0) 2021.05.07 Rust용어)연관 함수(Associated function) (0) 2020.10.03 binding(바인딩) (0) 2020.10.03 Rust용어_New module system/Module / Crate (0) 2020.09.20