From 1b943c6eb39f38c1ffd20c9dab4ed53bff74b781 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Tue, 27 May 2025 09:42:00 -0600 Subject: [PATCH] add 073 --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 4d24c04..535958f 100644 --- a/TODO +++ b/TODO @@ -71,6 +71,7 @@ 070 [x, bug] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced 071 [math] basic shape collision detection (circle, rect, line) 072 [timestep] create drop-in fixed timestep module + 073 [array] standardize api across types (also add 'find' and 'find_pointer') *** DONE ***