pub(super) fn cmp_by_cross_flex_then_span_then_start(
axis: AbstractAxis,
) -> impl FnMut(&GridItem, &GridItem) -> Ordering
Expand description
To make track sizing efficient we want to order tracks
Here a placement is either a Line
pub(super) fn cmp_by_cross_flex_then_span_then_start(
axis: AbstractAxis,
) -> impl FnMut(&GridItem, &GridItem) -> Ordering
To make track sizing efficient we want to order tracks
Here a placement is either a Line