Left<A, B> constructor
Left<A, B> (
- A value
Constructs a Left instance that holds the provided value.
Implementation
Left(this.value);
Constructs a Left instance that holds the provided value.
Left(this.value);