Function ObjectList.remove

remove item from list, return removed item

T remove(
  int index
) @safe;