THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
List
List.contains
contains($item) -> boolean
Description
Return
true
if the List has
$item
.
['a', 'b', 'c'].contains('b') //= true
See Also
containsAll
containsAny
hasIndex
indexOf
lastIndexOf
Back: List