Share Email Facebook Twitter LinkedIn AcArray::removeFirst C++ AcArray<T,R>& removeFirst(); Description This function removes the first element in the array. The logical length will decrease by one. The array must not be empty. LinksAcArray