@tsdotnet/compare - v1.7.4
    Preparing search index...

    Interface Comparer<T>

    An object that can compare two values of type T.

    interface Comparer<T> {
        compare(a: T, b: T): number;
    }

    Type Parameters

    • T

      The type of values this comparer can compare.

    Implemented by

    Index

    Methods

    Methods