PriorityQueueIndexer

public protocol PriorityQueueIndexer

Indexes from Key to Value.

See also

IndexProtocol.

Note

this is intentionally distinct from IndexProtocol, in order to statically disallow PriorityQueue’s reprioritization APIs when using a NonIndexingPriorityQueueIndexer indexer.