Option {matchr} | R Documentation |
An Enum that mimics Rust's "Option" type. This is used to denote whether
a function returned an object or not, rather than returning NULL
.
Option
list with 1 Enum generators and 1 Enum variant
Wrap x
in the 'Some' variant.
Variant denoting that nothing was returned.