Function taffy::compute::grid::explicit_grid::initialize_grid_tracks

source ยท
pub(super) fn initialize_grid_tracks(
    tracks: &mut Vec<GridTrack>,
    counts: TrackCounts,
    track_template: &[TrackSizingFunction],
    auto_tracks: &[NonRepeatedTrackSizingFunction],
    gap: LengthPercentage,
    track_has_items: impl Fn(usize) -> bool,
)
Expand description

Resolve the track sizing functions of explicit tracks, automatically created tracks, and gutters given a set of track counts and all of the relevant styles