X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=383789f39e2da4fbc4192a943b9a80e8b40788c1;hb=refs%2Fheads%2Fmaster;hp=ca16fdef27d37d56f6ab450585d28dfabeee7c2a;hpb=b697a477e1e0959b4519424d7cd5e59a491798d8;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html deleted file mode 100644 index ca16fdef..00000000 --- a/docs/interfaces/PriorityQueueNode.html +++ /dev/null @@ -1,5 +0,0 @@ -PriorityQueueNode | poolifier - v4.0.5

Interface PriorityQueueNode<T>Internal

Priority queue node.

-
interface PriorityQueueNode<T> {
    data: T;
    priority: number;
}

Type Parameters

  • T

    Type of priority queue node data.

    -

Properties

Properties

data: T
priority: number
\ No newline at end of file