Preparing search index...
The search index is not available
Abstract Linked Lists - v1.0.3
Abstract Linked Lists
singlyLinkedList
list
create
Function create
create
<
L
extends
ISinglyLinkedList
<
ISinglyLinkedListNode
>
>
()
:
L
Creates a new singly linked list instance.
Type Parameters
L
extends
ISinglyLinkedList
<
ISinglyLinkedListNode
>
The type of the list.
Returns
L
A new singly linked list instance.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Abstract Linked Lists - v1.0.3
Loading...
Creates a new singly linked list instance.