Right<L, R> constructor

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

Implementation

Right(this.value);