fast ⊑˘simpleArr

This commit is contained in:
dzaima 2022-12-29 22:07:38 +02:00
parent a0feda9d8b
commit f6f0c12935

View File

@ -295,6 +295,7 @@ B cell_c1(Md1D* d, B x) { B f = d->f;
ur xr = RNK(x);
if (rtid==n_lt && xr>1) return toCells(x);
if (rtid==n_select && xr>1) return select_cells(0, x, xr);
if (rtid==n_pick && xr>1 && TI(x,arrD1)) return select_cells(0, x, xr);
if (rtid==n_couple) {
ShArr* rsh = m_shArr(xr+1);
usz* xsh = SH(x);