How could I have my vector class to do this (something that the std::vector class can do)
std::vector thing = {1,2,3,4,5}
So using the