X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FILinkedListNode.html;h=cde7cfaa7da7f6495eec4f9c1f88d55dd0622ece;hb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;hp=cbda5fa746ebd922eadab0cf5bf47c04e531c48f;hpb=47b6e0b781f54f5fa66c58a6d832dac5efe6bae8;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index cbda5fa7..cde7cfaa 100644 --- a/docs/interfaces/ILinkedListNode.html +++ b/docs/interfaces/ILinkedListNode.html @@ -1,6 +1,6 @@ -ILinkedListNode | poolifier - v3.1.19

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