Y
Hacker News
new
|
ask
|
show
|
jobs
by
typenil
2207 days ago
The `Maybe` container seems to be a close analog of `Option` in Rust
https://doc.rust-lang.org/rust-by-example/std/option.html
3 comments
saagarjha
2207 days ago
It's fairly common across languages:
https://en.wikipedia.org/wiki/Option_type
link
ralphc
2207 days ago
Another synonym is Some in some languages.
link
rbonvall
2206 days ago
WellActuallyâ„¢, Some is a synonym of Just, Maybe is a synonym of Option, and Nothing is a synonym of None.
link
smabie
2206 days ago
Is this surprising? Of course it is
link