Function bevy_rapier2d::prelude::nalgebra::min[][src]

pub fn min<T>(a: T, b: T) -> T where
    T: Ord
Expand description

Same as cmp::min.