- (values-checked (predicate? ...) expr ...)syntax
Guarantees that the evaluated expressions expr ... satisfy the given predicate? ... in order and returns them as multiple values. The number of values and predicates should match exactly. An error is raised if any of the predicates returns #f.