end method

T end(
  1. int index
)

Implementation

T end(int index) {
  return this[length - 1 + index];
}