@corefunc/corefunc
    Preparing search index...

    Function arrayBasicHas

    • Type Parameters

      • T

      Parameters

      • array: readonly T[]

        The array to search in.

      • value: T

        The value to search for.

      • OptionalfromIndex: number = 0

        The position in the array at which to begin searching.

      Returns boolean

      True if the value is found, otherwise false.

      arrayBasicHas

      Check whether an array contains a given value starting from an optional index.