Left<L, R> constructor

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

Implementation

const Left(this._value);