1
2
3
4
pub struct Step {
    pub _current_val: f64,
    pub _range_val: ( f64, f64 ),
}