@mikuroxina/mini-fn
    Preparing search index...

    Type Alias BinaryHeapInner<T>

    type BinaryHeapInner<T> = {
        items: T[];
        order: TypeClass.Ord.Ord<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    items: T[]

    Items stored as a thread tree.

    order: TypeClass.Ord.Ord<T>

    Order of the type T.