Q:

enum reject

Enum.reject([1, 2, 3], fn x -> rem(x, 2) == 0 end)
[1, 3]
0

New to Communities?

Join the community