Hex Core JS
    Preparing search index...

    Function getRemovedArrayElements

    • Returns an array of elements that were included in the initial array but not the final array.

      Type Parameters

      • T

      Parameters

      • initial: T[]

        The initial version of the array.

      • final: T[]

        The final version of the array.

      Returns T[]