Right<L, R> constructor

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

Implementation

const Right(this._value);