items.takeIf { it.isNotEmpty() }?.also { doSomethi...
# random
s
items.takeIf { it.isNotEmpty() }?.also { doSomething(it) }
❤️ 1