Contents

CFBinaryHeapRemoveAllValues(_:)

Removes all values from a binary heap, making it empty.

Declaration

func CFBinaryHeapRemoveAllValues(_ heap: CFBinaryHeap!)

Parameters

  • heap:

    The binary heap to use.

See Also

CFBinaryHeap Miscellaneous Functions