pollLast method

T pollLast()

Implementation

T pollLast() {
    return _list.removeLast();
}