[]
Inserts a struct into the StructList<T> at the specified index.
public void Insert(int index, in T item)
The zero-based index at which item should be inserted.
item
The struct to insert.