Skip to content

Releases: jcomellas/kvlists

Add function to compare key-value lists

07 Aug 01:19
Compare
Choose a tag to compare

The new kvlists:equal/2 function performs a deep comparison of nested key-value lists to check if they're equal. Two lists are considered equal when the keys and values are the same in both lists, independently of the order in which the keys appear in the list.