From fcc654f89ca4eb5fc369d54ebc65265ccba1775c Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Thu, 22 May 2025 12:35:03 -0600 Subject: [PATCH] clarify --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 4fc6104..5fbb21e 100644 --- a/TODO +++ b/TODO @@ -68,7 +68,7 @@ 062 [bits] create bit utilities module (see: odin math/bits module) 063 [x] creating import rewriting metaprogram to automatically import .C or .H files 064 [thirdpaty/luau] create bindings module (see: https://luau.org) - 065 [array] add stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array') + 065 [array] add dynamic, but stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array') *** DONE ***