Left<L, R> constructor

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

Creates a new Left object with the given value of type L.

Implementation

Left(this.value);