Roel Kluin
Roel Kluin
Current jjv's validate() does not update an object if OneOf or AnyOf is present in the root of the schema it was provided. With only test/test-suite.js and test/fixtures/oneOf.json patches applied,...
This is concerning the cheat sheet here: https://danielkeep.github.io/itercheat_baked.html The all_equal link does not resolve: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.all_equal The correct link seems to be: https://docs.rs/itertools/*/itertools/trait.Itertools.html#method.all_equal
### What it does Checks for while let expressions on reverse iterators. ### Advantage Readability. Even the reverse loop is shorter and conveys the intent better. ### Drawbacks _No response_...