dedupe: add the 0-arg transducer arity (jolt-05i2)

(into [] (dedupe) coll) / (sequence (dedupe) coll) threw an arity error — dedupe
was [coll]-only. Add the 0-arg stateful transducer (tracks [seen? prev] in a
volatile, no sentinel). Re-minted.
This commit is contained in:
Yogthos 2026-06-21 15:42:01 -04:00
parent f6937dd7df
commit 7d0e2f2b61
2 changed files with 168 additions and 156 deletions

File diff suppressed because one or more lines are too long