A.Enum.empty-question-mark
You're seeing just the function
empty-question-mark
, go back to A.Enum module for more information.
Specs
Returns true
if enumerable
is empty, otherwise false
.
Mirrors Enum.empty?/1
with higher performance for Aja structures.