Right<R, L> constructor

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

Implementation

const Right(this.value);