<@U092308M7>: I often use safe call chains, and re...
# getting-started
m
@orangy: I often use safe call chains, and results of these chains are obviously nullable. The problem comes then at the end of chain there is an
[]
-operator call.