Left<L, R> constructor

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

Implementation

const Left(this._l);