小于 1 分钟
Home > @hz-9/algorithm > DoublyLinkedList > unshift
DoublyLinkedList.unshift() method
Signature:
unshift(value: T): boolean;Parameters
Parameter | Type | Description |
|---|---|---|
value | T |
Returns:
boolean
Home > @hz-9/algorithm > DoublyLinkedList > unshift
Signature:
unshift(value: T): boolean;Parameter | Type | Description |
|---|---|---|
value | T |
Returns:
boolean