redrield
06/12/2017, 2:10 AMmg6maciej
06/12/2017, 5:51 AMfun String.x(o:String)=zip(o,::maxOf), but this returns a list and not a string anyway, so you have to call .joinToString("") on the result of zip.bamdmux
06/12/2017, 7:02 AMmg6maciej
06/12/2017, 7:22 AM