`Option<T>` seems better to me. Most of the ...
# random
k
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