Module iter_python::macros[][src]

Macros

(shortname: i!) — Write the most pervasive iterator adapters (filtering and mapping) as Python generator expressions.

Lazy formatting, see LazyFormat.

vecstd

(shortname: v!) — Python “list” comprehensions: same as i!, but collected into a Vec instead.