Today it seems to me that something like "non-null...
# language-proposals
d
Today it seems to me that something like "non-null assignment" (like Swift's
if let...
, can be used in conditional expression) can cover both Optional-based view patterns (
unapply
,
(Something|_)
) and some nullability-related issues as well.