|
|
|
|
|
by empath75
2289 days ago
|
|
I’m a community college drop out and have never taken a CS class and I use options in my code all the time. It’s just a wrapper around some value that is either Some(value) or None and you need to unwrap it and handle both possibilities for your code to compile. You don’t need to know anything about monads or ADT’s to understand it. |
|
If you understand both, which one is conceptually easier to you?