List.read

Read a slice from the list.

  1. T read()
  2. uinteger read(T[] buffer)
  3. T read(uinteger index)
  4. T[] read(uinteger index, uinteger i2)
    class List(T)

Return Value

Type: T[]

the elements read

Throws

Exception if index out of bounds

Meta