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