Module macros

Source

Macros§

iter
(shortname: i!) — Write the most pervasive iterator adapters (filtering and mapping) as Python generator expressions.
lazy_format
Lazy formatting, see LazyFormat.
vecstd
(shortname: v!) — Python “list” comprehensions: same as i!, but collected into a Vec instead.