ObjectList.tryGet

get item by index. Returns null if item not found

struct ObjectList(T)
@safe inout
inout(T)
tryGet
(
int index
)

Meta