* Prepends items to the list. * * @param value - The value to insert.
(...values: T[])
| 92 | * @param value - The value to insert. |
| 93 | */ |
| 94 | prepend(...values: T[]): void; |
| 95 | |
| 96 | /** |
| 97 | * Removes items from the list by their keys. |
no outgoing calls
no test coverage detected