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 ***