Right<L, R> constructor

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

Implementation

Right(this._value);