Hacker News new | ask | show | jobs
by bobbyi 1032 days ago
Is this similar to std::optional? It's a box containing a value. Copying the optional copies the value.
1 comments

Optional isn't polymorphic.