X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FILinkedListNode.html;h=3dc6bc7d6f997a6f4212377987568cbd80846dcc;hb=refs%2Ftags%2Fv3.1.27;hp=489cbe89866bb252b45e1f61e90b3838370d300e;hpb=f6d05faa76d51c0a39fc4585856e5b3a21eba157;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index 489cbe89..3dc6bc7d 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.22

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