diff --git a/src/content/docs/part2/collections.md b/src/content/docs/part2/collections.mdx similarity index 99% rename from src/content/docs/part2/collections.md rename to src/content/docs/part2/collections.mdx index 22bfb9b..0842d0f 100644 --- a/src/content/docs/part2/collections.md +++ b/src/content/docs/part2/collections.mdx @@ -1,6 +1,7 @@ --- title: 컬렉션과 반복문 --- +import { Aside } from '@astrojs/starlight/components'; Dart는 데이터를 저장하고 조작하기 위한 다양한 컬렉션 타입과 반복문을 제공합니다. 이 장에서는 Dart의 컬렉션 타입(List, Set, Map)과 이를 처리하기 위한 다양한 반복문 및 반복 연산을 알아보겠습니다.