Min

The opposite of max,  min returns the smallest number in the collection:

val numbers = listOf(1, 2, 3, 4, 5)
val min = numbers.min()
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.79.241