get

operator fun get(index: Int): D

Retrieves the element at the specified index of the list

Return

the element if a valid index is provided, null otherwise