Skip to content

Commit 42d235b

Browse files
authored
Merge pull request rust-lang#29 from rinthel/ch02
complete ch.02
2 parents 9da4e49 + 95f3e94 commit 42d235b

File tree

2 files changed

+380
-452
lines changed

2 files changed

+380
-452
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PR 리뷰를 통해 통합하고, 그 외에 오탈자 수정 등 자잘한 수
4040
### 현재까지 번역 용어 정리 (abc순)
4141

4242
- assign: 대입하다
43+
- associated function: 연관함수
4344
- binary: 바이너리
4445
- bind: 묶다
4546
- borrowing: 빌림
@@ -48,11 +49,15 @@ PR 리뷰를 통해 통합하고, 그 외에 오탈자 수정 등 자잘한 수
4849
- collection: 컬렉션
4950
- crate: 크레이트
5051
- copy: 복사
52+
- crate: 크래이트
5153
- dangling reference: 댕글링 참조자
5254
- data race: 데이터 레이스
5355
- dependency: 디펜던시
5456
- `drop`: `drop`한다, 버리다
5557
- feature: 특성
58+
- format string: 형식 문자열
59+
- generic: 제네릭
60+
- handle: 핸들
5661
- heap: 힙
5762
- immutable: 불변
5863
- iterator: 반복자
@@ -63,6 +68,7 @@ PR 리뷰를 통해 통합하고, 그 외에 오탈자 수정 등 자잘한 수
6368
- mutable: 가변
6469
- namespace: 이름공간
6570
- ownership: 소유권
71+
- placeholder: 변경자
6672
- pointer: 포인터
6773
- reference: 참조자
6874
- return: 반환

0 commit comments

Comments
 (0)