Documentation

Mathlib.Std.Data.HashMap

Convenience functions for hash maps #

This is now reimplemented in the Lean standard library.

@[deprecated Std.HashMap.map (since := "2025-08-18")]
def Std.HashMap.mapVal {α : Type u_1} {β : Type u_2} {γ : Type u_3} [BEq α] [Hashable α] (f : αβγ) (m : HashMap α β) :
HashMap α γ

Apply a function to the values of a hash map.

Equations
Instances For