X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FILinkedListNode.html;h=cde7cfaa7da7f6495eec4f9c1f88d55dd0622ece;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=36967f26fbe15f86c53acdfe0f6eb34c4e87a161;hpb=86de0a2d983a71579980758f52cf4c7f1c16abf8;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index 36967f26..cde7cfaa 100644 --- a/docs/interfaces/ILinkedListNode.html +++ b/docs/interfaces/ILinkedListNode.html @@ -1,6 +1,6 @@ -ILinkedListNode | poolifier - v3.1.21

Interface ILinkedListNode<T>Internal

Linked list node interface.

+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

Properties

data: T

Generated using TypeDoc

\ No newline at end of file +

Properties

data: T

Generated using TypeDoc

\ No newline at end of file