Hacker News new | ask | show | jobs
by stevefan1999 1464 days ago
The Yes No Unset enum seems intriguing to me -- in Rust term it is an Option<bool>. Usually this mean I have to unwrap_or but depending on the context it can be true or false