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