more things that could be select-rows'd

This commit is contained in:
dzaima 2024-08-10 21:52:16 +03:00
parent f6c52ef3b3
commit 6d7648c947

View File

@ -57,7 +57,7 @@
// COULD generate full list of indices via arith
// 1-element cells: use (≠inds)/⥊x after checking ∧´inds∊0‿¯1
// Used for ⌽⎉1
// SHOULD use for atom⊸⊏⎉k, /⎉k, ⌽⎉k, ↑⎉k, ⍉⎉k, probably more
// SHOULD use for atom⊸⊏⎉k, /⎉k, ⌽⎉k, ↑⎉k, ↓⎉k, ↕⎉k, ⍉⎉k, probably more
#include "../core.h"
#include "../utils/talloc.h"