(items: any[], from_index: number, to_index: number): void Reorders an array, mutating it by moving an item from one index to another.
items
type
any[]from_index
type
numberto_index
type
numberreturns
void