Example #1
0
 public static HMap <K, V> filter <K, V>(HMap <K, V> map, Func <K, V, bool> predicate) =>
 map.Filter(predicate);