user
01/23/2018, 9:37 PMelementAtOrNull is for `Iterable`/`Sequence` and getOrNull is for indexable containers, like List, Array, CharSequence.
However List is also Iterable and there's List.elementAtOrNull extension, which serves as a static specialization for List.