more review

This commit is contained in:
2025-07-04 14:40:25 -04:00
parent b15503c079
commit 87d5cda2c0
6 changed files with 29 additions and 20 deletions

View File

@ -267,10 +267,10 @@ import "codebase:grime"
djb8_hash :: grime.djb8_hash
// linked lists
LL_Node :: grime.LL_Node
SLL_Node :: grime.SLL_Node
ll_push :: grime.ll_push
ll_pop :: grime.ll_pop
sll_push :: grime.sll_push
sll_pop :: grime.sll_pop
DLL_Node :: grime.DLL_Node
DLL_NodeFull :: grime.DLL_NodeFull