Function ObjectList.tryGet

get item by index. Returns null if item not found

inout inout(T) tryGet(
  int index
) @safe;