Nieuws

// Constructs a growable array with the given length. // Returns the element at the given index. // Terminates the program if given index is out of bounds. String* at(int i); // Returns the length of ...