popBack method

T popBack()

Removes and returns the back element (C++ STL naming).

Implementation

T popBack() => deleteLast();