Version: v0.7.1 - Beta.  We welcome contributors & feedback.

List.contains

contains($item) -> boolean

Description

Return true if the List has $item.

['a', 'b', 'c'].contains('b')
//= true

See Also