The array to search in.
The value to search for.
Optional
The position in the array at which to begin searching.
True if the value is found, otherwise false.
arrayBasicHas
Check whether an array contains a given value starting from an optional index.
The array to search in.