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.
vec
std
(shortname: v!
) — Python “list” comprehensions: same as i!
,
but collect
ed into a Vec
instead.