• Compare two typed arrays element by element and return -1, 0, or 1, depending on whether the first typed array is less than, equal to, or greater than the second one (similar to the behavior of String.prototype.localeCompare for strings)

    Type Parameters

    Parameters

    Returns -1 | 0 | 1