From 82860000d1d98ec4961b7d738614fcc0c1cacc71 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Wed, 26 Jun 2024 00:43:07 +0900 Subject: [PATCH] Update exotic-sizes.md --- src/exotic-sizes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/exotic-sizes.md b/src/exotic-sizes.md index c4a6d24..aca5d80 100644 --- a/src/exotic-sizes.md +++ b/src/exotic-sizes.md @@ -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*