aboutsummaryrefslogtreecommitdiff
path: root/core/slice/heap
Commit message (Collapse)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* More package lines.Jeroen van Rijn2025-10-091-3/+3
|
* [core]: Remove `do` keyword from the core libraryflysand72023-11-111-3/+9
|
* Minor changes to `core:slice/heap`; add to examples/allgingerBill2022-06-121-24/+24
|
* fixDale Weiler2022-06-041-2/+1
|
* add max heap implementation to slice packageDale Weiler2022-06-041-0/+232