Tuple4 - Tuple9
What's Changed
- Pair.mapFirst/mapSecond by @robstoll in #223
- switch to gradle build-logic by @robstoll in #224
- provide Tuple4 - Tuple9 including functions map, append, glue by @robstoll in #226
- remove mapWithIndex, Kotlin provides a function
withIndex
by @robstoll in #227 => this one is a BC break and hence to bump to 2.0.0
Full Changelog: v1.2.0...v2.0.0