• Returns 1 if a and b are of equal length and their contents are equal, or 0 otherwise.

    Note that unlike in equal(), zero-length inputs are considered the same, so this function will return 1.

    Parameters

    • a: Uint8Array
    • b: Uint8Array

    Returns number