BinaryHeapInner<T>: {
    items: T[];
    order: Ord<T>;
}

Type Parameters

  • T

Type declaration

  • items: T[]

    Items stored as a thread tree.

  • order: Ord<T>

    Order of the type T.

Generated using TypeDoc