• Gets the minimum element in the heap quickly. It takes O(1).

    Type Parameters

    • S

    • T

    Parameters

    Returns Mut<S, Option<T>>

    The minimum element.

Generated using TypeDoc