From 9c7fe1d8a7b26ecd0d4de2a1d6241f453deca6cc Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 14:58:50 +0200 Subject: Package lines for core:container. --- core/container/small_array/doc.odin | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'core/container/small_array') diff --git a/core/container/small_array/doc.odin b/core/container/small_array/doc.odin index f3e9acd57..a57caf798 100644 --- a/core/container/small_array/doc.odin +++ b/core/container/small_array/doc.odin @@ -1,7 +1,7 @@ -/* -Package small_array implements a dynamic array like -interface on a stack-allocated, fixed-size array. +// package small_array implements a dynamic array-like interface on a stack-allocated, fixed-size array. +package container_small_array +/* The Small_Array type is optimal for scenarios where you need a container for a fixed number of elements of a specific type, with the total number known at compile time but the exact @@ -51,5 +51,4 @@ Output: Hellope -*/ -package container_small_array +*/ \ No newline at end of file -- cgit v1.2.3