const [a, {b, ...c}] = x; let [d, {e, ...f}] = x; [g, {h, ...i}] = x;