Rxx<T> constructor

Rxx<T>(
  1. T initial
)

Implementation

Rxx(T initial) : super(initial);