• Efficiently compare Indexed arrays (e.g. Array and Uint8Array).

    Type Parameters

    • T

    Parameters

    • a: Indexed<T>

      An array.

    • b: Indexed<T>

      Another array.

    Returns boolean

    true if the arrays have the same length and elements, false otherwise.