isto
08/27/2020, 12:27 PMmapN
takes in at most 10 params (0.10.5), any tips how to workaround a case where there's more than 10isto
08/27/2020, 12:28 PMap
but that approach has issues with kotlin 1.4 new type inferencepakoito
08/27/2020, 12:28 PMJannis
08/27/2020, 12:29 PMisto
08/27/2020, 12:31 PMJannis
08/27/2020, 12:34 PMmapN(a1, a2, tupledN(a3, a4)) { (a, b, cd) -> ... }
Something like this. Not the prettiest, but it'll workisto
08/27/2020, 12:37 PM