var count: Int { get }
s18_NIODataStructures13PriorityQueueV5countSivpWhat are these?
s18_NIODataStructures13PriorityQueueV5countSivp
FNV24: [5CS88]
where Element:Comparable
struct Iterator
static func == (lhs: PriorityQueue, rhs: PriorityQueue) -> Bool
var description: String
func makeIterator() -> Iterator
import _NIODataStructures
struct PriorityQueue<Element> where Element : Comparable
@frozen struct Int
A signed integer value type.
protocol Comparable : Equatable
A type that can be compared using the relational operators <, <=, >=, and >.
<
<=
>=
>
var description: String { get }