popFront method

T popFront()

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

Implementation

T popFront() => deleteFront();