macro_rules! grow {
($min:expr, $max:expr) => { ... };
($min:expr) => { ... };
() => { ... };
}Expand description
Shorthand macro for Sizing::Grow. Defaults max to f32::MAX if omitted.
macro_rules! grow {
($min:expr, $max:expr) => { ... };
($min:expr) => { ... };
() => { ... };
}Shorthand macro for Sizing::Grow. Defaults max to f32::MAX if omitted.