Files
rose-ash/lib/apl
giles 015ecb8bc8
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 56s
apl: ⊆ partition — mask-driven split (+8)
- apl-partition: new partition where M[i]>M[i-1] (init prev=0);
  continue where M[i]≤prev∧M[i]≠0; drop cells where M[i]=0
- Returns apl-vector of apl-vector parts
- pipeline 140/140
2026-05-08 22:55:01 +00:00
..