JulienPalard / Pipe

A Python library to use infix notation in Python
MIT License
1.95k stars 113 forks source link

Alias where as filter #72

Closed jerabaul29 closed 2 years ago

jerabaul29 commented 2 years ago

Alias where as filter to fit to the "usual" functional programming terminology. Add as a keyword for the module and an alias.

jerabaul29 commented 2 years ago

Sorry I missed the comma, fixed now, should be ready to merge then :) .

JulienPalard commented 2 years ago

Should it be added to the readme to?

jerabaul29 commented 2 years ago

I was waiting for the ordered list of pipes to be merged, will add it tonight :) .

jerabaul29 commented 2 years ago

Added now, is this ok? :) . I also added the alias entry for select that I had forgotten.

JulienPalard commented 2 years ago

:+1: thanks!