Closed ianthehenry closed 1 year ago
While seq is a loop-based alternative to map, catseq is a loop-based alternative to mapcat.
seq
loop
map
catseq
mapcat
I've written this macro in multiple projects now, and I think it's a good fit to include in the standard library.
While
seq
is aloop
-based alternative tomap
,catseq
is aloop
-based alternative tomapcat
.I've written this macro in multiple projects now, and I think it's a good fit to include in the standard library.