From 9e48363cc14e1da20631dc2431c26cdc8316542d Mon Sep 17 00:00:00 2001 From: ripytide <62516857+ripytide@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:05:28 +0000 Subject: [PATCH] Add a Multi-dimentional todo --- todo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.md b/todo.md index bb6c0d9..6dae465 100644 --- a/todo.md +++ b/todo.md @@ -33,6 +33,8 @@ - add remove_at_point(), clear(), etc.. +- add a multi-dimentional version of RandBounds{Map,Set} by compositing Normal 1D RangeBoundsSets together in a big Vec or something. + # open questions - should we implement FromIterator? If so which insert should we use?