List.readLast

Reads number of elements from end of list

  1. T readLast()
  2. T[] readLast(uinteger count)
    class List(T)
    T[]
    readLast

Return Value

Type: T[]

the elements read

Throws

Exception if not enough elements i.e range out of bounds

Meta