Join Slack
Powered by
`Option<T>` seems better to me. Most of the ...
# random
k
kevinmost
11/30/2016, 4:12 PM
Option<T>
seems better to me. Most of the time, there won't be a real difference anyway, since most users will declare it as, ex,
Option<String>
, and thus
null
won't be valid anyway
Open in Slack
Previous
Next