`x ?: 0` will return `x` if x isn’t null, 0 otherw...
# random
s
x ?: 0
will return
x
if x isn’t null, 0 otherwise