Left<L, R> constructor

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

Implementation

Left(this.value);