Skip to content

Commit

Permalink
Update repr-rust.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nomicon-kr authored Jun 25, 2024
1 parent 8286000 commit 369febb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repr-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ struct FooRepr {
비슷하게, 중첩된 열거형들이 태그를 하나의 형으로 뭉치는 경우도 생각할 수 있는데, 그것은 그들이 정의에 의해서 유효한 값의 범위가 정해져 있기 때문입니다.
원칙상 열거형은 꽤나 정교한 알고리즘을 써서 중첩된 타입에 있는 비트들을 금지된 값들과 함께 저장할 수 있습니다. 따라서 오늘날 우리는 열거형의 배치 상태를 밝혀지지 않은 상태로 놔두는 것이 *특별히* 좋습니다.

[dst]: exotic-sizes.html#dynamically-sized-types-dsts
[dst]: exotic-sizes.html#동량動量-타입-dst

0 comments on commit 369febb

Please sign in to comment.