NonIndexingPriorityQueueIndexer
public struct NonIndexingPriorityQueueIndexer<Key, Value> : PriorityQueueIndexer, DefaultInitializable
A zero-sized type that does no indexing, and can be used when re-prioritization within a
PriorityQueue
is not needed.
-
Declaration
Swift
public init()
-
Declaration
Swift
public subscript(key: Key) -> Value? { get set }