# BinaryHeap

`import { BinaryHeap } from "destack:collections";`

A binary max-heap.

```ds title="BinaryHeap"
export struct BinaryHeap<T>
```

[language/library/src/collections/heap.ds:10:13](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/heap.ds#L10-L13)
