コード例 #1
0
 public static HMap <K, U> map <K, T, U>(HMap <K, T> map, Func <K, T, U> f) =>
 map.Select(f);