diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:58:50 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:58:50 +0200 |
| commit | 9c7fe1d8a7b26ecd0d4de2a1d6241f453deca6cc (patch) | |
| tree | 7551eb91b00b4cc652ee8171273e1bd31454ad75 /core/container/priority_queue/doc.odin | |
| parent | 5a154a1775449a839d713e9adba8ebea4d6e06de (diff) | |
Package lines for core:container.
Diffstat (limited to 'core/container/priority_queue/doc.odin')
| -rw-r--r-- | core/container/priority_queue/doc.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/container/priority_queue/doc.odin b/core/container/priority_queue/doc.odin new file mode 100644 index 000000000..a71a9dd28 --- /dev/null +++ b/core/container/priority_queue/doc.odin @@ -0,0 +1,2 @@ +// package priority_queue implements a Priority Queue data structure +package container_priority_queue
\ No newline at end of file |