yes, it is called the elvis operator: `val l = b?....
# codereview
r
yes, it is called the elvis operator:
val l = b?.length ?: -1