made work: multi-dimensional lists
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user