magisu
01/14/2020, 11:00 PMUgi
01/14/2020, 11:03 PMmutableListOf("abc", "def", "ghi").map { it.length }.toTypedArray()
if I remember correctlymagisu
01/14/2020, 11:08 PMinferred type is Int? but Int was expected
.StavFX
01/14/2020, 11:15 PMmin()
returns null in case you are working with an empty array. That’s true whether you are working with Array<Int> or Array<Foo>magisu
01/14/2020, 11:16 PMmagisu
01/14/2020, 11:16 PM