Releases: zero-functional/zero-functional
Releases · zero-functional/zero-functional
Support for yield in finals
Bugfix version
activate last bug fixes
Improved `map` + added `enumerate`
- fixes around mapping to another type and applying functions on top of that
thanks to @rekihyt- added
enumeratefunction - simplified function call in map
- added
fix inner iterator in map
fixes issues for
nim-lang/Nim#14447 (comment)