component1
Returns 1st element from the array.
If the size of this array is less than 1, throws an IndexOutOfBoundsException except in Kotlin/JS where the behavior is unspecified.
Returns 1st element from the list.
Throws an IndexOutOfBoundsException if the size of this list is less than 1.