ObjectList.get

get item by index

  1. T get(int index)
    struct ObjectList(T)
    T
    get
    (
    int index
    )
  2. const(T) get(int index)

Meta