Option
, except that the order of the variants is reversed.
This is used as the return type of some libfuncs for efficiency reasons.
Option
, except that the order of the variants is reversed.
This is used as the return type of some libfuncs for efficiency reasons.
pub enum OptionRev {
None,
Some: T,
}
None
Some: T
Was this page helpful?