Left<L, R> constructor

Left<L, R>(
  1. L _value
)

Implementation

Left(this._value);