useful
useful copied to clipboard
ignoring-nils
trafficstars
((ignoring-nils +) nil nil) returns 0, but ((ignoring-nils +) nil nil nil) returns nil. Is this difference intentional? I figure they should both return 0.
I've opened #39 to address this, but it is potentially a breaking change, so am weighing how to fix it.
@danielcompton why would this be a breaking change?
Because previously it would return nil in some cases and now it would return 0.