count
Assigns the number of entries in the heap.
Declaration
var count: Int { get set }Discussion
Each entry represents one item in the heap. The size of the individual entries depends on the heap type.
Assigns the number of entries in the heap.
var count: Int { get set }Each entry represents one item in the heap. The size of the individual entries depends on the heap type.