Hello people :spock-hand: Does anybody know why `a...
# stdlib
p
Hello people 🖖 Does anybody know why
any
or
all
returns
true
with an empty list no matter what the predicate? Seems counterintuitive. I tried to google it quickly but no luck. Just wondering, maybe someone's aware of it and can explain 🙂
s
any
doesnt
☝️ 1
c
p
Didn't test
any
well enough. Indeed it doesn't, thanks.
Thanks, Christian! I assumed that it might be some kind of mathematical\logic concept. Interesting 🙂