Skip to main content

step

Function step 

Source
pub fn step<X, XE, Y, YE>(x: X, y: Y) -> Step
where X: IntoIterator<Item = XE>, XE: Real, Y: IntoIterator<Item = YE>, YE: Real,
Expand description

Create a new Step with no options.