hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

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