X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FILinkedListNode.html;fp=docs%2Finterfaces%2FILinkedListNode.html;h=390a2ee00a7cb315243a6988b39d5da5dadc3509;hb=772b5f23dd379211a734346981ac26651c9d6802;hp=cde7cfaa7da7f6495eec4f9c1f88d55dd0622ece;hpb=48eab5902faccd2b14649e0fe4477778ec70ba96;p=poolifier.git diff --git a/docs/interfaces/ILinkedListNode.html b/docs/interfaces/ILinkedListNode.html index cde7cfaa..390a2ee0 100644 --- a/docs/interfaces/ILinkedListNode.html +++ b/docs/interfaces/ILinkedListNode.html @@ -1,6 +1,6 @@ -ILinkedListNode | poolifier - v3.1.29

Interface ILinkedListNode<T>Internal

Linked list node interface.

+ILinkedListNode | poolifier - v3.1.30

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
\ No newline at end of file