zeed
    Preparing search index...

    Function arrayMinus

    • Return elements present in x but not in y.

      Type Parameters

      • T

        element type

      Parameters

      • left: T[]

        left-hand array

      • right: T[]

        array of elements to exclude

      Returns T[]

      new array with elements from left that are not included in right