• Produces the set intersection of two sequences.

    Typeparam

    TSource The type of source elements.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences.

    Typeparam

    TSource The type of source elements.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • Rest ...second: Iterable<TSource>[]

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences.

    Typeparam

    TSource The type of source elements.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • equalityComparer: EqualityComparer<TSource>

      A function to compare keys.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences.

    Typeparam

    TSource The type of source elements.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • equalityComparer: EqualityComparer<TSource>

      A function to compare keys.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences.

    Typeparam

    TSource The type of source elements.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • fourth: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • equalityComparer: EqualityComparer<TSource>

      A function to compare keys.

    Returns IEnumerable<TSource>

Generated using TypeDoc