Preparing search index...
The search index is not available
Abstract Linked Lists - v1.0.3
Abstract Linked Lists
singlyLinkedList
list
clear
Function clear
clear
<
L
extends
ISinglyLinkedList
<
ISinglyLinkedListNode
>
>
(
instance
:
L
)
:
void
Clears a singly linked list by removing all nodes.
Type Parameters
L
extends
ISinglyLinkedList
<
ISinglyLinkedListNode
>
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 singly linked list by removing all nodes.