Module enso_prelude::at_least_one_of_two[][src]

Expand description

Definition of AtLeastOneOfTwo.

Enums

AtLeastOneOfTwo

A struct similar to Option and Either. It can contain the first value, or the second value, or both of them at the same time.