Skip to content

Commit

Permalink
Update exotic-sizes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nomicon-kr authored Jun 25, 2024
1 parent 9b85215 commit 8286000
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/exotic-sizes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Exotically Sized Types
# 이량(異量) 타입

Most of the time, we expect types to have a statically known and positive size.
This isn't always the case in Rust.
거의 항상, 우리는 타입이 정적으로 알려져 있고 양수의 크기를 가지고 있다고 생각합니다. 러스트에서 이것은 항상 그렇지는 않습니다.

## Dynamically Sized Types (DSTs)
## 동량(動量) 타입 (DST)

Rust supports Dynamically Sized Types (DSTs): types without a statically
known size or alignment. On the surface, this is a bit nonsensical: Rust *must*
Expand Down

0 comments on commit 8286000

Please sign in to comment.