X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FILinkedListNode.html;h=c3322767c27ea6f0befb05e5651eb65cd30adfb2;hb=a99f06d1fff8949584cd630bfaa3fa2e3cc3897e;hp=3dc6bc7d6f997a6f4212377987568cbd80846dcc;hpb=cf4c4b77d31b88b45c9f876f6fab553e66000f4d;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index 3dc6bc7d..c3322767 100644 --- a/docs/interfaces/ILinkedListNode.html +++ b/docs/interfaces/ILinkedListNode.html @@ -1,6 +1,6 @@ -ILinkedListNode | poolifier - v3.1.22

Interface ILinkedListNode<T>Internal

Linked list node interface.

+ILinkedListNode | poolifier - v3.1.27

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