pub(crate) fn grid_ensure_col(occ: &mut [Vec<bool>], min_cols: usize)
grid-auto-flow: column が明示列数を超えて新しい列を作った際、既存の全行の occupancy 幅を min_cols まで広げる(新規に作る行は grid_ensure_row 側で 正しい幅で作られるため対象外。既存行だけ広げれば足りる)。
grid-auto-flow: column