Home > @hz-9/algorithm > DoublyLinkedList > unshift
Signature:
unshift(value: T): boolean;
Parameter
Type
Description
value
T
Returns:
boolean