vlocode-project - v1.40.0-beta-4
    Preparing search index...
    • Map the values of an iterator to a new structure similar to

      Type Parameters

      • T
      • K

      Parameters

      • itr: Iterable<T>

        Iterator

      • mapFunc: (item: T, index: number) => K

        Mapping function

      Returns Iterable<K>

      Array.prototype.map