Type Alias IHeapArray<N>

IHeapArray: N[] & { indices: WeakMap<N, number> }

A type alias representing an array-based heap.

Type Parameters