Trait RoundToMultiple
molecules::utils
pub trait RoundToMultiple { fn round_to_multiple(&self, multiple: i32) -> Self; }
fn round_to_multiple(&self, multiple: i32) -> Self
impl RoundToMultiple for f32
fn round_to_multiple(&self, multiple: i32) -> f32