What is the idiomatic way of saying "return list i...
# getting-started
h
What is the idiomatic way of saying "return list if list is not empty"? Is there something built-in like
?.orEmpty():
that doesn't return the alternative but just goes on?