This method inserts the specified element at the given index in the array.
Public
void setAt(int index, const Concept& c)
index
The index at which to add the new element
c
The element to add