Hello i have this IntArray i want to convert to accept generic types:
class IntArray { private: int* first_cell = nullptr; int size = 0; // currently