* Moves one or more items before a given key. * * @param key - The key of the item to move the items before. * @param keys - The keys of the items to move.
(key: Key, keys: Iterable<Key>)
| 121 | * @param keys - The keys of the items to move. |
| 122 | */ |
| 123 | moveBefore(key: Key, keys: Iterable<Key>): void; |
| 124 | |
| 125 | /** |
| 126 | * Moves one or more items after a given key. |
no outgoing calls