remove First Or Null
Removes the first element from this mutable list and returns that removed element, or returns null
if this list is empty.
Since Kotlin
1.4
Removes the first element from this mutable list and returns that removed element, or returns null
if this list is empty.