Function checkInvariants

  • Internal

    Checks the invariants of the internal AVL tree.

    Type Parameters

    • K

    • V

    Parameters

    • ordDict: Ord<K>
    • map: Readonly<Map<K, V>>

    Returns void

    Throws

    Error This exception is thrown if the invariants are violated

Generated using TypeDoc