* Update a value in the queue. * WARNING: The new value must have a higher priority than the old value. * @param predicate The predicate to find the value to update. * @param value The new value. * @returns The new size of the queue.
(predicate: (element: T) => boolean, value: T)
source not stored for this graph (policy: none)
no test coverage detected