removeLast method

E removeLast()

Implementation

E removeLast() {
  return removeAt(_items.length - 1);
}