A.Enum.reject
You're seeing just the function
reject
, go back to A.Enum module for more information.
Specs
reject(t(val), (val -> as_boolean(term()))) :: [val] when val: value()
Returns a list of elements in enumerable
excluding those for which the function fun
returns
a truthy value.
Mirrors Enum.reject/2
with higher performance for Aja structures.