TreeItemArray.move
bool move(int to, int from) @trustedMoves an item from one position to another.
Parameters
to | Destination position |
from | Source position |
Returns
true on success, false on error
bool move(int to, int from) @trustedMoves an item from one position to another.
to | Destination position |
from | Source position |