Macro grow

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

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