Perl Implementations of anyPass() and allPass()
allPass() takes an array of code refs containing tests, and returns a function which takes a value, runs the tests on that value, returns false if any test fails, and returns true after all the tests. anyPass() takes an array of code refs containing tests, ...
allPass() takes an array of code refs containing tests, and returns a function which takes a value, runs the tests on that value, returns false if any test fails, and returns true after all the tests. anyPass() takes an array of code refs containing tests, ...
No comments:
Post a Comment