Some<A> constructor

Some<A>(
  1. A value
)

Constructs a Some instance encapsulating the provided value.

Implementation

Some(this.value);