[][src]Crate list_compression

A crate that provides a MBE to simulate the 'lists by understanding' of python in Rust almost like a zero-cost abstraction.

Macros

py_list

The macro takes an expression to use in a for loop, a pattern for this, a collection and a optional boolean expression, all of them separated with commas.