Preparing search index...
The search index is not available
Abstract Linked Lists - v1.0.3
Abstract Linked Lists
doublyLinkedList
list
clear
Function clear
clear
<
L
extends
IDoublyLinkedList
<
IDoublyLinkedListNode
>
>
(
instance
:
L
)
:
void
Clears a doubly linked list by removing all nodes.
Type Parameters
L
extends
IDoublyLinkedList
<
IDoublyLinkedListNode
>
The type of the list.
Parameters
instance
:
L
The list instance.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Abstract Linked Lists - v1.0.3
Loading...
Clears a doubly linked list by removing all nodes.