Skip to content

Conversation

gusty
Copy link
Member

@gusty gusty commented Jun 15, 2025

There were several missing utility functions for dictionary-like data structures. This PR includes:

  • Additional helper functions for types that implement dictionary-like interfaces (IDictionary, Map, etc.)
  • Enhanced support for common dictionary operations that were previously missing from the library
  • Improved consistency in the API surface area for dict-like types
  • Internal re-use of such helper functions, improving readability of existing code

This PR fills gaps in the dictionary/map function coverage, making the library more complete and consistent for developers working with key-value data structures.

@gusty gusty force-pushed the gus/missing-dict-functions branch from 9c9d76f to d2c4341 Compare June 16, 2025 06:17
@gusty gusty marked this pull request as ready for review June 16, 2025 07:26
@gusty gusty changed the title + Some missing functions for dict-likes + Missing dictionary utility functions Jun 16, 2025
@gusty gusty force-pushed the gus/missing-dict-functions branch from dffc8fd to 73dc6d7 Compare June 16, 2025 09:48
@gusty gusty merged commit f614035 into master Jun 16, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant