But in this case, it’s not guessing, it’s type inf...
# announcements
c
But in this case, it’s not guessing, it’s type inference, right? If a type can be either
Int
or
Int?
, it’s effectively
Int?
.