rbe
0.1.29
Module deriv_n
Module Items
Structs
Functions
In crate rbe
rbe
Module
deriv_n
Copy item path
Source
Structs
§
DerivN
An adaptor of a
Vec<T>
that generates an iterator that contains variants of the vector applying function
F
to each element.
Functions
§
deriv_n
Return an iterator that generates variants of the vector applying to each element the function
F