ItemList.moveItem

Moves item at index from_idx to to_idx.

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

Meta