initial list.h commit

This commit is contained in:
Odweta
2023-12-22 00:39:17 +01:00
parent b8235f3fa9
commit ea527405e5
6 changed files with 166 additions and 16 deletions
+10 -2
View File
@@ -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