Add a Multi-dimentional todo

This commit is contained in:
ripytide
2023-01-05 00:05:28 +00:00
committed by GitHub
parent c34d6a4fba
commit 9e48363cc1
+2
View File
@@ -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?