Function ObjectList.insert

add item to list

T insert(
  T item,
  int index = -1
) @safe;