Skip to main content

grow

Macro grow 

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

Shorthand macro for Sizing::Grow. Defaults max to f32::MAX if omitted.