Macro foreach_plot

Source
macro_rules! foreach_plot {
    ($p:expr, $x:ident => $y:expr $(,)?) => { ... };
}
Expand description

§Syntax

foreach_plot!(expr, plot => plot.something())