every?-ec

[syntax] every?-ec qualifier ... test

SRFI-42: Tests whether all values of test are non-#f. If this is the case, #t is returned, otherwise #f. If the sequence is empty the result is #t. Enumeration stops after the first #f.