def defensive_true(): # assume False ... return arr.all(True)
Not a big deal, just I don't trust myself to return the happy path if the middle could change.
[1] https://github.com/teorth/estimates/blob/main/src/estimates....
turtleyacht•11h ago
Not a big deal, just I don't trust myself to return the happy path if the middle could change.
[1] https://github.com/teorth/estimates/blob/main/src/estimates....