* Moves an item within the list. * * @param key - The key of the item to move. * @param toIndex - The index to move the item to.
(key: Key, toIndex: number)
| 113 | * @param toIndex - The index to move the item to. |
| 114 | */ |
| 115 | move(key: Key, toIndex: number): void; |
| 116 | |
| 117 | /** |
| 118 | * Moves one or more items before a given key. |
no outgoing calls
no test coverage detected