Function Collection.add

insert new item in specified position

void add(
  T item,
  size_t index = size_t.max
);