made work: multi-dimensional lists

This commit is contained in:
Odweta
2023-12-25 01:05:42 +01:00
parent 7233f8c8af
commit a52cdc0c7f
7 changed files with 135 additions and 59 deletions
+7 -6
View File
@@ -39,9 +39,8 @@ Examples of this work of art are in the `/examples/` directory of this repo.
#### TODO:
1. Removing an element at a given index
2. Vectors of lists
3. Remove a value at a given index
1. Vectors of lists
2. Remove a value at a given index
+ You tell me
@@ -56,12 +55,14 @@ Examples of this work of art are in the `/examples/` directory of this repo.
5. Cleanup of a list
6. Vectors inside of a list
7. Inserting at a given index
8. Lists of lists
#### TODO:
1. Verify multi-dimensional lists working - lists of lists
2. Get/set at a given index
3. Remove at a given index
1. Get/set at a given index
2. Remove at a given index
+ You tell me
## Installation