public static HMap <K, V> Where <K, V>(this HMap <K, V> self, Func <K, V, bool> pred) => self.Filter(pred);