Macros§
- iter
- (shortname:
i!) — Write the most pervasive iterator adapters (filtering and mapping) as Python generator expressions. - lazy_
format - Lazy formatting, see LazyFormat.
- vec
std - (shortname:
v!) — Python “list” comprehensions: same asi!, butcollected into aVecinstead.