A.Enum.empty-question-mark

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

Specs

empty?(t(any())) :: boolean()

Returns true if enumerable is empty, otherwise false.

Mirrors Enum.empty?/1 with higher performance for Aja structures.