Rxn<T> constructor

Rxn<T>([
  1. T? initial
])

Implementation

Rxn([T? initial]) : super(initial);