initial list.h commit
This commit is contained in:
@@ -36,11 +36,19 @@ I got bored with having to use complicated checking and stuff when working with
|
||||
|
||||
#### What works so far:
|
||||
|
||||
+ not yet implemented
|
||||
+ Creating a list
|
||||
+ Pushing into a list
|
||||
+ Printing a list
|
||||
+ Cleanup of a list
|
||||
|
||||
#### TODO:
|
||||
|
||||
+ everything
|
||||
+ Inserting at a given index
|
||||
+ Verify multi-dimensional lists working
|
||||
+ Get/set at a given index
|
||||
+ Popping
|
||||
+ Remove at a given index
|
||||
+ Verify vectors working inside of lists
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user