Validates and materializes fields against compiled, using
materializer if given. On success, the result is wrapped in a
Validated (name: compiled.name) — internal bookkeeping so an
outer schema's {form: 'reference', name} field can verify this
value's origin even after materialization; callers that aren't
another schema check must call Validated.strip on the final result.
Validates and materializes
fieldsagainstcompiled, usingmaterializerif given. On success, the result is wrapped in aValidated(name:compiled.name) — internal bookkeeping so an outer schema's{form: 'reference', name}field can verify this value's origin even after materialization; callers that aren't another schema check must callValidated.stripon the final result.