gonix
/
lix
/
libexpr
/
builtins
/
elem.md
name: elem args: [x, xs]
Return
true
if a value equal to
x
occurs in the list
xs
, and
false
otherwise.