pub fn min_max<S>(a: S, b: S) -> (S, S)
where S: Float,
Available on crate feature canvas only.