Hacker News new | ask | show | jobs
by user2994cb 3081 days ago
Dunno, but I'd have thought that you can make None look like a null pointer, but Some(p) needs to be tagged in some way.
1 comments

Actually, having Some(x) be just a pointer to x seems to work fine without an explicit tag, as dragonwriter says below.