On Sun, Jun 5, 2022 at 8:46 PM Cottrell, Allin <cottrell(a)wfu.edu> wrote:
I suppose dropcoll() could add a first check for any list element
being all-zero. Though in most cases this would be a waste of time.
But also in most cases it won't cost much (since we should reject the
all-zeros condition quite quickly). That's now added in git.
Allin