<@U6P03BM0W> I'd use `A.firstOrNull() ?: B.first()...
# getting-started
m
@dave08 I'd use
A.firstOrNull() ?: B.first()
- probably as clear as you can get (assuming you mean "if A is empty" - not the first element)