Function ItemList.moveItem

Moves item from index from_idx to to_idx.

void moveItem (
  const(long) from_idx,
  const(long) to_idx
) nothrow @nogc;