update README
This commit is contained in:
@@ -23,7 +23,9 @@ I got bored with having to use complicated checking and stuff when working with
|
|||||||
1. Dynamically allocated arrays (vectors)
|
1. Dynamically allocated arrays (vectors)
|
||||||
2. Converting a vector into a string (has to be a `char` vector)
|
2. Converting a vector into a string (has to be a `char` vector)
|
||||||
3. Popping the last value of a vector and returning it
|
3. Popping the last value of a vector and returning it
|
||||||
4. Getting and settings a value of a vector on a given index
|
4. Getting and setting a value of a vector on a given index
|
||||||
|
5. Pushing a value at the end of a vector
|
||||||
|
6. Inserting a value into a vector at a given index
|
||||||
|
|
||||||
#### TODO:
|
#### TODO:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user