diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:41:22 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:41:22 +0200 |
| commit | 5a154a1775449a839d713e9adba8ebea4d6e06de (patch) | |
| tree | 942ac8263e187fc3b5df1ca3fb03f697712149ed /core/container/bit_array | |
| parent | c3d4b1f0b5b0c0fb765b425d19033195ce4588a8 (diff) | |
Add more package lines for the docs
Diffstat (limited to 'core/container/bit_array')
| -rw-r--r-- | core/container/bit_array/doc.odin | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/container/bit_array/doc.odin b/core/container/bit_array/doc.odin index 36bf90002..6d35d48d1 100644 --- a/core/container/bit_array/doc.odin +++ b/core/container/bit_array/doc.odin @@ -1,3 +1,6 @@ +// package bit_array implements a dynamically-sized array of bits +package container_dynamic_bit_array + /* The Bit Array can be used in several ways: @@ -48,5 +51,4 @@ Example: fmt.printf("Get(Negative_Test): %v, %v\n", get(bits, Foo.Negative_Test)) fmt.printf("Freed.\n") } -*/ -package container_dynamic_bit_array +*/
\ No newline at end of file |