@tsdotnet/array-utility - v1.0.38
    Preparing search index...

    Function forEach

    • Allows for using "false" to cause forEach to break. Can also be applied to a structure that indexes like an array, but may not be.

      Type Parameters

      • T

      Parameters

      • source: ArrayLike<T>
      • action: ActionWithIndex<T> | PredicateWithIndex<T>

      Returns void