Share

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.

Links

AcArray

Was this information helpful?