Ananiya
05/17/2020, 7:51 AMval l = listOf(d1, d2, d3 ,d4 ,d7)
. how do i select the last element in the list but i cannot use l[5]
or l.get(5)
because they may change the list length in any time ?steenooo
05/17/2020, 8:53 AMAnaniya
05/17/2020, 8:54 AMsteenooo
05/17/2020, 8:54 AMAnaniya
05/17/2020, 8:57 AM