removeFirstOrNull
Removes the first element from this mutable list and returns that removed element, or returns null
if this list is empty.
Removes the first element from this mutable list and returns that removed element, or returns null
if this list is empty.
Thanks for your feedback!