top method

T top()

Implementation

T top() {
  return _list.last;
}