Abstract Linked Lists - v1.0.4
Preparing search index...
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.4
Loading...
Clears a singly linked list by removing all nodes.