Ok, so for `null` value result will be the same, b...
# announcements
c
Ok, so for
null
value result will be the same, but for non-null value, first will result in a value with type
T?
while second—with type
T
, right?