• Preparing search index...
  • The search index is not available
TypeScript Extended Linq
  • TypeScript Extended Linq
  • select

Function select

  • select<TSource, TResult>(
        src: Iterable<TSource>,
        exp: (item: TSource, index: number) => TResult,
    ): IEnumerable<TResult>
  • Type Parameters

    • TSource
    • TResult

    Parameters

    • src: Iterable<TSource>
    • exp: (item: TSource, index: number) => TResult

    Returns IEnumerable<TResult>

    • Defined in functions/select.ts:5

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc