various C single header libraries that we may or may not use
Declaring a vector: define_list(type) along with the includes to define a vector of a type and its functions; vector(type) Vector - declares a vector of a certain type new_vector(type) - initializes the vector vector.data[n] - the nth entry of the array
TODO