<@U0NPL9MPU> Not sure. It definitely is the opposi...
# functional
a
@Dalinar Not sure. It definitely is the opposite of
any { }
with that behavior though.
any
returns
true
when it finds an element where the predicate is
true
, otherwise
false
, while
all
returns
false
when it finds an element where the predicate is
false
, otherwise
true
.