WukongRework.exe
04/09/2020, 8:51 PMCasey Brooks
04/09/2020, 8:55 PMoperator fun componentN
functions to customize exactly what gets destructured. Lists do this to unpack values, such as
val (one, two) = listOf("value1", "value2")
println(one) // "value1"
println(two) // "value2"
WukongRework.exe
04/09/2020, 8:56 PMCasey Brooks
04/09/2020, 8:57 PMCasey Brooks
04/09/2020, 8:58 PMWukongRework.exe
04/09/2020, 8:59 PMCasey Brooks
04/09/2020, 9:02 PMWukongRework.exe
04/09/2020, 9:03 PMaraqnid
04/09/2020, 11:39 PMaraqnid
04/09/2020, 11:39 PM