TreeItemArray.move

bool move(int to, int from) @trusted

Moves an item from one position to another.

Parameters

toDestination position
fromSource position

Returns

true on success, false on error