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

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