[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is there any default way to append hashes?
From: |
Stefan Monnier |
Subject: |
Re: Is there any default way to append hashes? |
Date: |
Mon, 03 May 2021 12:17:48 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> I am using this function to append hashes, is there maybe some better
> or default method?
Maybe you're looking for `map-merge`?
Stefan
PS: I actually had to look at your code to understand what you meant,
because to me this is not "appending" and it's not operating on
"hash"es (but on "hash tables").