A.Enum.member-question-mark
You're seeing just the function
member-question-mark
, go back to A.Enum module for more information.
Specs
Checks if element
exists within the enumerable
.
Just an alias for Enum.member?/2
, does not improve performance.