Macro fit

Source
macro_rules! fit {
    ($min:expr, $max:expr) => { ... };
    ($min:expr) => { ... };
    () => { ... };
}
Expand description

Shorthand to create a Sizing::Fit value. Excluding the $max value sets it to f32::MAX.