clarify
This commit is contained in:
parent
689d75e8fd
commit
fcc654f89c
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -68,7 +68,7 @@
|
||||||
062 [bits] create bit utilities module (see: odin math/bits module)
|
062 [bits] create bit utilities module (see: odin math/bits module)
|
||||||
063 [x] creating import rewriting metaprogram to automatically import .C or .H files
|
063 [x] creating import rewriting metaprogram to automatically import .C or .H files
|
||||||
064 [thirdpaty/luau] create bindings module (see: https://luau.org)
|
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 ***
|
*** DONE ***
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue