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=29b353faef082af6ef7ad0a015c493b5878ff247;hpb=7088591c33a2237d4c5f5160a32de3061f983fe2;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index 29b353fa..3dc6bc7d 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.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

data: T

Generated using TypeDoc

\ No newline at end of file