Takaro - v0.4.11
    Preparing search index...
    • Removes all provided values from array using SameValueZero for equality comparisons.

      Note: Unlike _.without, this method mutates array.

      Type Parameters

      • T

      Parameters

      • array: T[]

        The array to modify.

      • ...values: T[]

        The values to remove.

      Returns T[]

      Returns array.

    • Type Parameters

      • TList extends MutableList<any>

      Parameters

      Returns TList

      _.pull