Shivesh
Shivesh
The try_collect method in itertools is shadowing the method of the same name in std::iter on nightly : https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.try_collect https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=97cdf9666d33eeca8a69acdd1e59948e ``` #![allow(unused)] #![feature(iterator_try_collect)] use itertools::Itertools; // 0.10.5 fn main() {...
Similar to how it's done in the `normQuant` function backstory: When a Pipeline object is used as a Param value in a ParamSet, the ParamSet method `values_hash` fails to obtain...