gonix
/
lix
/
libexpr
/
builtins
/
filter.md
name: filter args: [f, list]
Return a list consisting of the elements of
list
for which the function
f
returns
true
.