X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FILinkedListNode.html;h=cde7cfaa7da7f6495eec4f9c1f88d55dd0622ece;hb=e1e012cc5e191a56cf5ec4939b3906dfc1eb3edb;hp=970cbd9f3e52568c63c8b4d7765847a5a0874c09;hpb=2ec36b024551bb9f0ea4851d68958ff1866a50f3;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index 970cbd9f..cde7cfaa 100644 --- a/docs/interfaces/ILinkedListNode.html +++ b/docs/interfaces/ILinkedListNode.html @@ -1,6 +1,6 @@ -ILinkedListNode | poolifier - v3.1.20

Interface ILinkedListNode<T>Internal

Linked list node interface.

-
interface ILinkedListNode<T> {
    data: T;
    next?: ILinkedListNode<T>;
    prev?: ILinkedListNode<T>;
}

Type Parameters

  • T

    Type of linked list node data.

    -

Properties

Properties

data: T

Generated using TypeDoc

\ No newline at end of file +ILinkedListNode | poolifier - v3.1.29

Interface ILinkedListNode<T>Internal

Linked list node interface.

+
interface ILinkedListNode<T> {
    data: T;
    next?: ILinkedListNode<T>;
    prev?: ILinkedListNode<T>;
}

Type Parameters

  • T

    Type of linked list node data.

    +

Properties

Properties

data: T

Generated using TypeDoc

\ No newline at end of file