@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function indexOf

    • An iterable transform that resolves true if the provided sequence contains the value. Otherwise false.

      Type Parameters

      • T

      Parameters

      • entry: T

        The item to look for.

      Returns IterableTransform<T, number>

      The transform that will look for the provided item.