Skip to content

3.0.0 - Changed some of the new map APIs

Compare
Choose a tag to compare
@KyNorthstar KyNorthstar released this 04 Nov 23:05
· 7 commits to master since this release
9e7a9f2

2.3.0 introduced some new map APIs which take a transformer function. Two of them were ambiguous in many circumstances without explicit type declaration, which doesn't work well in Swift. So, I removed the one that's only for lazy collections and made the one for all collections always-lazy.