ObjectList.get

get const item by index

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

Meta