ArraysSupport
object ArraysSupport
Properties
Functions
Link copied to clipboard
Finds the relative index of a mismatch between two arrays starting from the given indexes.
Returns the relative index of the first mismatch between two subranges of the given arrays, or -1 if there is no mismatch.
Returns the index of the first element that differs between the two LongArrays, starting at aFromIndex in a and bFromIndex in b, for up to length elements.