mattgathu / cute

Macro for Python-esque comprehensions in Rust
https://mattgathu.github.io/cute
MIT License
336 stars 9 forks source link

Feature Request: Generator Comprehensions #1

Open mattgathu opened 7 years ago

mattgathu commented 7 years ago

What

Implement Generator Comprehensions

Why

Support for lazy evaluation.

vitiral commented 7 years ago

suggested syntax:

I prefer the iterator variant myself