Hi, is there idiomatic way of doing `if (str.isEmp...
# getting-started
s
Hi, is there idiomatic way of doing
if (str.isEmpty()) "replacement" else str
? Thanks