Example #1
0
 public static IEnumerable <V> findSeq <K, V>(HMap <K, V> map, K key) =>
 map.FindSeq(key);