fn find_size_of_fr(tracks: &[GridTrack], space_to_fill: f32) -> f32
Expand description
11.7.1. Find the Size of an fr This algorithm finds the largest size that an fr unit can be without exceeding the target size. It must be called with a set of grid tracks and some quantity of space to fill.