Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
array-contains
Checks if array contains the given value.
Parameter
Type
Description
self
[T]
Array to search
value
T
Value to search for
return
bool
True if array contains value, false otherwise