ItemList.moveItem

Moves item from index from_idx to to_idx.

struct ItemList
@nogc nothrow
void
moveItem
(
in long from_idx
,
in long to_idx
)

Meta