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

Function endsWith

  • endsWith<TSource>(
        src: Iterable<TSource>,
        second: Iterable<TSource>,
        equalityComparer?: EqualityComparer<TSource>,
    ): boolean
  • Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>
    • second: Iterable<TSource>
    • OptionalequalityComparer: EqualityComparer<TSource>

    Returns boolean

    • Defined in functions/endsWith.ts:3

Settings

Member Visibility
TypeScript Extended Linq
  • Loading...

Generated using TypeDoc