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)
String.prototype.localeCompare
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)