Structs§
- DerivN
- An adaptor of a
Vec<T>
that generates an iterator that contains variants of the vector applying functionF
to each element.
Functions§
- deriv_n
- Return an iterator that generates variants of the vector applying to each
element the function
F