Asterism
Asterism copied to clipboard
Shouldn't ASTAll and ASTAny should return YES for empty containers?
I find it odd that All and Any methods return NO for empty sets. Formally, I believe, YES should be returned in such cases; according to: https://en.wikipedia.org/wiki/Vacuous_truth#Vacuous_truths_in_mathematics
Additionally, I find I often need to cover an empty-container case manually in my code, because Asterism doesn't return YES in those cases.
Very good point, would you be interested in submitting a Pull Request?