You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably called n4::maybe or n4::option and similar to Rust's Option. Something like c++'s std::optional but without UB. It might also be worth looking into implementing a result type (n4::result).
Origin of discussion came from #151, where nullptrs can arise and must be handled.
The text was updated successfully, but these errors were encountered:
Presumably called
n4::maybe
orn4::option
and similar to Rust'sOption
. Something like c++'sstd::optional
but without UB. It might also be worth looking into implementing a result type (n4::result
).Origin of discussion came from #151, where
nullptr
s can arise and must be handled.The text was updated successfully, but these errors were encountered: