A.Enum.member-question-mark

You're seeing just the function member-question-mark, go back to A.Enum module for more information.
Link to this function

member?(enumerable, value)

View Source

Specs

member?(t(val), val) :: boolean() when val: value()

Checks if element exists within the enumerable.

Just an alias for Enum.member?/2, does not improve performance.