HeapIterator

public struct HeapIterator<H> : IteratorProtocol where H : Heap

The HeapIterator used to conform to Sequence

Note

HeapIterator conforms to IteratorProtocol

Note

It’s generic H conforms to Heap