Some<A> constructor
Some<A> (
- A value
Constructs a Some instance encapsulating the provided value.
Implementation
Some(this.value);
Constructs a Some instance encapsulating the provided value.
Some(this.value);