Closed syohex closed 3 years ago
Thanks for this. Looking a where s is used though, I'd rather just replace s-join with it's implementation: (mapconcat 'identity strings separator) and no longer have it as a dependancy.
s
s-join
(mapconcat 'identity strings separator)
Taken care of.
Thanks for this. Looking a where
s
is used though, I'd rather just replaces-join
with it's implementation:(mapconcat 'identity strings separator)
and no longer have it as a dependancy.