9.0.0.5
1 Options
| (require ralgo/option) | package: ralgo |
An option is an explicit representation of an optional value: a value that can either be something or nothing. In particular, an option is either a some struct containing anything, or a none struct containing nothing.