Out of curiosity, I was wondering why there aren't filter/value equivalents of functions that operate on a list of tuples, eg filter_by_key, group_by_value, or map_values. As one use case, It'd be great to have more support for operations after calling group_by.
I really enjoy using Pyfunctional, and I'm happy to contribute if there are no blockers here!
Out of curiosity, I was wondering why there aren't filter/value equivalents of functions that operate on a list of tuples, eg
filter_by_key,group_by_value, ormap_values. As one use case, It'd be great to have more support for operations after callinggroup_by.I really enjoy using Pyfunctional, and I'm happy to contribute if there are no blockers here!