From 1b6d48d14bb87be48279544f959510a11790edad Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Tue, 27 May 2025 19:36:43 -0600 Subject: [PATCH] finish 073 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 44acedb..4681ef3 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ [Judah] 017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array') - 073 [array] standardize api across types (also add 'find' and 'find_pointer') [Jesse] 011 [math] add more Vec math procedures @@ -84,3 +83,4 @@ 034 [x] can we add location info to Allocator_Proc? 012 [map] create a simple arena-backed hash map implementation 'Map(K, V)', should be able to hash a key of any type (must include: get, set, remove, for_expansion) - possibly blocked by 032 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') + 073 [array] standardize api across types (also add 'find' and 'find_pointer')