gleam-lang / stdlib

🎁 Gleam's standard library
https://hexdocs.pm/gleam_stdlib/
Apache License 2.0
492 stars 175 forks source link

Add `dict.map_keys` #616

Closed ustitc closed 4 months ago

ustitc commented 5 months ago

Added a similar to dict.map_values function for keys mapping.

Inspired by implementation in Kotlin.