vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function removeAll

    • Remove all elements from the array that matches the specified predicate

      Type Parameters

      • T

      Parameters

      • source: T[]

        Source array

      • predicate: (item: T, index: number) => boolean

        predicate to match

      Returns T[]

      Items removed from the array