logo
1
2
3
4
pub struct RangeValues {
    pub start: f32,
    pub end: f32,
}