Endo API documentation
    Preparing search index...

    Type Alias FullCompare

    FullCompare: RankCompare

    A function that refines RankCompare into a total order over its inputs by making arbitrary choices about the relative ordering of values within the same rank. Like RankCompare but even more strongly, it is expected to agree with a KeyCompare (@see ../../patterns) where they overlap --- FullCompare(key1, key2) === 0 iff KeyCompare(key1, key2) === 0.