So I have a generic list, and an oldIndex and a newIndex value.
I want to move the item at oldIndex, to newIndex...as simply as possible.
Any suggestions?
Note
The item should be end up between the items at (newIndex - 1)
and newIndex
before it was removed.